X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=26c0ca4e28f29c4dcb2c451b98786e8c499c25b2;hp=1be877d147000118665c2da44e7a6eeb3f3d78f5;hb=a068570888ee5ada50611617c2e0d2428909fb0c;hpb=bc6b00ea4bcbe429d81fce7faf4c0fe94ac2eaf3 diff --git a/Makefile b/Makefile index 1be877d..26c0ca4 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,15 @@ +# Copyright (c) 2013 IndexData ApS. http://indexdata.com + **default**: (cd tools/htdocs; $(MAKE)) + +clean distclean all pz2api-git-checkout: + ${MAKE} -C./tools/htdocs $@ + +check-js: + ${MAKE} -C./test check + +check: distclean all + +help: + @echo "make [ all | clean | pz2api-git-checkout | check-js ]"