X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=f58f93f70c274f0524d3cd325cec73984c163e55;hp=3c1dfa64f6c967e7b0b5e05bb97cee43d7a30540;hb=429fc950d86e78aed8de8896094834f8d2a18ab3;hpb=684ae851affddb7116c504bd39f69dc83811a128 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 ]"