X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=c6236509a98d77cea28018d7a7f7f6183734db2c;hp=45b7db58f9abe9dbfcb15a02f8827da1a8346ae5;hb=045e4df9a00354e16025ee9fbd370c50b3e4179e;hpb=b3d379be2d8223387fe1bda0a50479bab14017aa diff --git a/Makefile b/Makefile index 45b7db5..c623650 100644 --- a/Makefile +++ b/Makefile @@ -14,17 +14,17 @@ clean distclean: ${MAKE} -C./examples/htdocs $@ ${MAKE} -C./test $@ +check: setup check-js phantomjs + +setup: + ${MAKE} -C./test node-modules + check-js: ${MAKE} -C./test check phantomjs p p-all phantomjs-all jsb: ${MAKE} -C./test $@ -setup: - ${MAKE} -C./test node-modules - -check: setup check-js phantomjs - help: @echo "make [ all | setup | clean | distclean ]" @echo " [ check | check-js | phantomjs ]"