X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=cf19520418200fc554b77b8694d01a6fbd36859e;hb=4e1839950dd39fd793346e724e4157bce8a169bf;hp=3f00b50b50f7a3513aee4004f8dc5fe32225ba2e;hpb=fda687da4dad697df7d06753ade76014a5899599;p=pharext%2Fpharext diff --git a/Makefile b/Makefile index 3f00b50..cf19520 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,16 @@ all: bin/pharext bin/pharext: src/* src/pharext/* + @for file in $?; do php -l $$file | sed -ne '/^No syntax errors/!p' && exit $${PIPESTATUS[0]}; done + phpunit tests php -d phar.readonly=0 build/create-phar.php chmod +x $@ +test: + phpunit tests + clean: rm bin/pharext* -.PHONY: all clean - +.PHONY: all clean test +.SUFFIXES: .php \ No newline at end of file