Merge branch 'master' into templateallthemarkup
[mkws-moved-to-github.git] / Makefile
index add2879..dc14855 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,11 +13,11 @@ clean distclean:
 check-js:
        ${MAKE} -C./test check
 
-phantomjs p p-all jsb:
+phantomjs p p-all phantomjs-all jsb:
        ${MAKE} -C./test $@
 
 # must be called once after GIT checkout
-setup: 
+setup: all
        ${MAKE} -C./test node-modules
 
 check: setup check-js phantomjs