Fix phony version target in Makefile
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Lexi / Zoe 2021-09-26 00:50:23 +02:00
parent fb22c14d80
commit 68070a614d
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ DOCKER_RUN = $(DOCKER_COMPOSE) run --rm app
COMPOSER = $(DOCKER_RUN) composer
PHPUNIT = $(DOCKER_RUN) vendor/bin/phpunit
.PHONY: all clean VERSION \
.PHONY: all clean version \
docker-up docker-up-detached docker-down docker-restart docker-build docker-rebuild docker-purge docker-logs docker-run \
composer-install composer-install-no-dev composer-update composer-cmd \
test phpunit open-coverage