X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=cb4d8f6011faaadaeb6c64be84a3cd41a29ac4ba;hb=66917548937612473978c77ac5f637a0b24df051;hp=45b7db58f9abe9dbfcb15a02f8827da1a8346ae5;hpb=b3d379be2d8223387fe1bda0a50479bab14017aa;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index 45b7db5..cb4d8f6 100644 --- 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 ]"