do not run distclean by default
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 8 Jan 2014 13:09:22 +0000 (13:09 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 8 Jan 2014 13:09:22 +0000 (13:09 +0000)
Makefile

index 743fcbb..3261c5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,12 +11,13 @@ pz2api-git-checkout:
 check-js:
        ${MAKE} -C./test check
 
 check-js:
        ${MAKE} -C./test check
 
+# must be called once after GIT checkout
 setup: pz2api-git-checkout
        ${MAKE} -C./tools/htdocs mkws-js-min
        ${MAKE} -C./examples/htdocs jasmine-links
        ${MAKE} -C./test node-modules
 
 setup: pz2api-git-checkout
        ${MAKE} -C./tools/htdocs mkws-js-min
        ${MAKE} -C./examples/htdocs jasmine-links
        ${MAKE} -C./test node-modules
 
-check: distclean all
+check: all
 
 help:
        @echo "make [ all | setup | clean | distclean ]"
 
 help:
        @echo "make [ all | setup | clean | distclean ]"