X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=c6236509a98d77cea28018d7a7f7f6183734db2c;hb=fd2e09e74669726b179644874cf18a1a316dbcf7;hp=8d7314554f09bbbec7a45420034d6ff4c3852a6b;hpb=450ecc96e4916e5960eb5400a5d0315ebfd070c4;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index 8d73145..c623650 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ # 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 clean distclean: ${MAKE} -C./src $@ @@ -14,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 ]"