X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile;h=dcefe0d87778719faf743d68c0871d5e91f32a75;hb=0f54c9e55c3bf474c1bd87680ad0f4911cd44c36;hp=e80e8e374de1f25bdcdc32d537084e77d0eb357a;hpb=60afd17f51bc15184a7d59f29549318c90a7242a;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index e80e8e3..dcefe0d 100644 --- a/Makefile +++ b/Makefile @@ -17,12 +17,14 @@ 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 "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40"