1 # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com
3 # You need node.js to build MKWS. On caliban, get it using:
4 # export PATH=$PATH:/home/indexdata/node/node-v0.10.32-linux-x64/bin
9 ${MAKE} -C./examples/htdocs
14 ${MAKE} -C./examples/htdocs $@
17 check: setup check-js phantomjs
20 ${MAKE} -C./test node-modules
25 phantomjs p p-all phantomjs-all jsb:
29 @echo "make [ all | setup | clean | distclean ]"
30 @echo " [ check | check-js | phantomjs ]"
32 @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=120"