update makefile

This commit is contained in:
Vitor Mattos 2021-01-08 09:57:05 -03:00
parent 296c9d478d
commit de543c2bd0

View file

@ -75,7 +75,7 @@ clean-dev:
.PHONY: test
test: composer
$(CURDIR)/vendor/phpunit/phpunit/phpunit -c phpunit.xml
$(CURDIR)/vendor/bin/phpunit -c phpunit.xml
# Builds the source package for the app store, ignores php and js tests
.PHONY: appstore