Part of MKWS-322
[mkws-moved-to-github.git] / Makefile
index 45b7db5..cb4d8f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,16 +14,16 @@ clean distclean:
        ${MAKE} -C./examples/htdocs $@
        ${MAKE} -C./test $@
 
-check-js:
-       ${MAKE} -C./test check
-
-phantomjs p p-all phantomjs-all jsb:
-       ${MAKE} -C./test $@
+check: setup check-js phantomjs
 
 setup:
        ${MAKE} -C./test node-modules
 
-check: setup check-js phantomjs
+check-js:
+       ${MAKE} -C./test $@
+
+phantomjs p p-all phantomjs-all jsb:
+       ${MAKE} -C./test $@
 
 help:
        @echo "make [ all | setup | clean | distclean ]"