X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile;h=4729437d95dad60d9630236dcbdfdfda8da649e5;hb=8318f434d99004c3ea25d771ba40d2feff8a3cd8;hp=1be877d147000118665c2da44e7a6eeb3f3d78f5;hpb=bc6b00ea4bcbe429d81fce7faf4c0fe94ac2eaf3;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index 1be877d..4729437 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,15 @@ +# Copyright (c) 2013 IndexData ApS. http://indexdata.com + **default**: - (cd tools/htdocs; $(MAKE)) + ${MAKE} -C./tools/htdocs $@ + +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 ]"