run 'setup' before calling check-js
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 8 Jan 2014 13:16:54 +0000 (13:16 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 8 Jan 2014 13:16:54 +0000 (13:16 +0000)
Makefile

index 4b368d3..8064965 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ setup:        pz2api-git-checkout
        ${MAKE} -C./examples/htdocs jasmine-links
        ${MAKE} -C./test node-modules
 
-check: all
+check: setup check-js
 
 help:
        @echo "make [ all | setup | clean | distclean ]"