X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=26c0ca4e28f29c4dcb2c451b98786e8c499c25b2;hb=3fdc091d1c577fc776bad0750efbeb2b9f59184a;hp=5944316f8f89d3d5099fd6ba0f219f374793b5a5;hpb=126b17becbe4bad3d204b7faee25a705ab07b431;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index 5944316..26c0ca4 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,15 @@ +# Copyright (c) 2013 IndexData ApS. http://indexdata.com + **default**: - (cd experiments/spclient; $(MAKE)) + (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 ]"