X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=26c0ca4e28f29c4dcb2c451b98786e8c499c25b2;hp=0c08188513f59bed3ac7557d94684a34d3a86635;hb=a068570888ee5ada50611617c2e0d2428909fb0c;hpb=ee8925042998d4093d081bfbf1b49a84361d3103 diff --git a/Makefile b/Makefile index 0c08188..26c0ca4 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,13 @@ **default**: (cd tools/htdocs; $(MAKE)) -clean distclean all: +clean distclean all pz2api-git-checkout: ${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 ]"