X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=cc88f708d7f39c6fe91087971ffb2b1d709f994c;hb=b6364a5f8842b1a7a8448f8c0763be7688745aea;hp=6b3dc1f0dc6ccc1e327869470e74d6d71f0289b7;hpb=0813c3a5e5dc60c691f7f658b8fe3b51925c6bc1;p=pharext%2Fpharext diff --git a/Makefile b/Makefile index 6b3dc1f..cc88f70 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,9 @@ all: bin/pharext -bin/pharext: src/* src/pharext/* +bin/pharext: src/* src/pharext/* src/pharext/*/* @echo "Linting changed source files ... " @for file in $?; do php -l $$file | sed -ne '/^No syntax errors/!p' && exit $${PIPESTATUS[0]}; done - @echo "Running tests ... " - @phpunit tests @echo "Creating bin/pharext ... " php -d phar.readonly=0 build/create-phar.php chmod +x $@