X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=62ced87b0cd517001900a8f937c9b4408b637e2d;hb=854ad99872feff3f529dbc7210cbbecb558c0386;hp=0c08188513f59bed3ac7557d94684a34d3a86635;hpb=ee8925042998d4093d081bfbf1b49a84361d3103;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index 0c08188..62ced87 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,16 @@ # Copyright (c) 2013 IndexData ApS. http://indexdata.com -**default**: - (cd tools/htdocs; $(MAKE)) +all clean: + ${MAKE} -C./tools/htdocs $@ + ${MAKE} -C./examples/htdocs $@ -clean distclean all: +pz2api-git-checkout distclean: ${MAKE} -C./tools/htdocs $@ +check-js: + ${MAKE} -C./test check + check: distclean all help: - @echo "make [ all | clean ]" + @echo "make [ all | clean | pz2api-git-checkout | check-js ]"