preserve symlinks
[pharext/pharext] / Makefile
index 6b3dc1f0dc6ccc1e327869470e74d6d71f0289b7..cc88f708d7f39c6fe91087971ffb2b1d709f994c 100644 (file)
--- 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 $@