X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=f58f93f70c274f0524d3cd325cec73984c163e55;hp=3c1dfa64f6c967e7b0b5e05bb97cee43d7a30540;hb=bef565b4c30db8d0b6f3bb6459402b4dae718921;hpb=8f9a0fe4ed8f77086af0e8703f0afb86029005e5 diff --git a/Makefile b/Makefile index 3c1dfa6..f58f93f 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,6 @@ all: ${MAKE} -C./tools/htdocs $@ -pz2api-git-checkout: - ${MAKE} -C./tools/htdocs $@ - clean distclean: ${MAKE} -C./tools/htdocs $@ ${MAKE} -C./examples/htdocs $@ @@ -17,7 +14,7 @@ phantomjs: ${MAKE} -C./test $@ # must be called once after GIT checkout -setup: pz2api-git-checkout +setup: ${MAKE} -C./tools/htdocs mkws-js-min ${MAKE} -C./examples/htdocs jasmine-links ${MAKE} -C./test node-modules @@ -26,5 +23,5 @@ check: setup check-js help: @echo "make [ all | setup | clean | distclean ]" - @echo " [ pz2api-git-checkout | check-js ]" + @echo " [ check | check-js | phantomjs ]"