diff --git a/Makefile b/Makefile index 43b9821a..ede9fea6 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ db-import: up ## Execute a SQL file. Pass the parameter "filename=" to set the f $(eval filename ?= dump.sql) $(DOCKER_COMPOSE) exec -T db sh -c 'mysql --password=$$MYSQL_ROOT_PASSWORD' < $(filename) -vendor: composer.json +vendor: | composer.json $(PHP_CLI) composer install .env: | .env.dist @@ -75,4 +75,4 @@ vendor: composer.json ifeq ($(UNAME), Linux) @sed -i -e "s/^UID=.*/UID=$$(id -u)/" -e "s/^GID=.*/GID=$$(id -g)/" .env endif - @echo ".env file was automatically created." \ No newline at end of file + @echo ".env file was automatically created."