X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=9e911920712b1a0885bd0c2a5cf9454efe7f4578;hp=e80e8e374de1f25bdcdc32d537084e77d0eb357a;hb=3b37b7798cab326907f2e48223371ff1737b94fb;hpb=60afd17f51bc15184a7d59f29549318c90a7242a diff --git a/Makefile b/Makefile index e80e8e3..9e91192 100644 --- a/Makefile +++ b/Makefile @@ -17,12 +17,15 @@ phantomjs p p-all phantomjs-all jsb: ${MAKE} -C./test $@ # must be called once after GIT checkout -setup: +setup: ${MAKE} -C./test node-modules + ${MAKE} all check: setup check-js phantomjs 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"