update makefile

This commit is contained in:
Simon Vieille 2022-09-11 20:33:13 +02:00
parent e6e43fc083
commit 91f6b8ad5d
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ js-routing: doctrine-migration
clean:
rm -fr var/cache/dev/*
rm -fr var/cache/prod/*
$(PHP) bin/console
doctrine-migration:
PHP=$(PHP) ./bin/doctrine-migrate