Cleaning up MKWS-58.
[mkws-moved-to-github.git] / Makefile
index c623650..a105790 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ setup:
        ${MAKE} -C./test node-modules
 
 check-js:
-       ${MAKE} -C./test check
+       ${MAKE} -C./test $@
 
 phantomjs p p-all phantomjs-all jsb:
        ${MAKE} -C./test $@
@@ -29,5 +29,5 @@ help:
        @echo "make [ all | setup | clean | distclean ]"
        @echo "     [ check | check-js | phantomjs ]"
        @echo ""
-       @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40"
+       @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=120"