X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=869fc26993614358361f332834368287c2139429;hb=a8fdf7ac6428b58b75b3b34d593826d0d08875fa;hp=dcefe0d87778719faf743d68c0871d5e91f32a75;hpb=0f54c9e55c3bf474c1bd87680ad0f4911cd44c36;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index dcefe0d..869fc26 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com -all: +all: setup + ${MAKE} -C./test node-modules ${MAKE} -C./tools/htdocs $@ ${MAKE} -C./doc install @@ -19,12 +20,12 @@ phantomjs p p-all phantomjs-all jsb: # must be called once after GIT checkout 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"