X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=c6236509a98d77cea28018d7a7f7f6183734db2c;hb=fd2e09e74669726b179644874cf18a1a316dbcf7;hp=0bb0e95cfb59f4e9627edcd8d6c7a33436568a63;hpb=259678db25effef592344ba29a4290e5d21b10aa;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index 0bb0e95..c623650 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ # You need node.js to build MKWS. On caliban, get it using: # export PATH=$PATH:/home/indexdata/node/node-v0.10.32-linux-x64/bin -all: - ${MAKE} -C./test node-modules +all: setup ${MAKE} -C./src ${MAKE} -C./doc ${MAKE} -C./examples/htdocs @@ -15,18 +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 $@ -# must be called once after GIT checkout -setup: - ${MAKE} -C./test node-modules - -check: setup check-js phantomjs - help: @echo "make [ all | setup | clean | distclean ]" @echo " [ check | check-js | phantomjs ]"