X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=1b1fe3b7d76141e8f60930f55f6cf6c9a2648728;hp=5944316f8f89d3d5099fd6ba0f219f374793b5a5;hb=6e1edd743e5693aa1596b413dcc26ba21441dd4f;hpb=126b17becbe4bad3d204b7faee25a705ab07b431 diff --git a/Makefile b/Makefile index 5944316..1b1fe3b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,12 @@ +# 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: distclean all + +help: + @echo "make [ all | clean | pz2api-git-checkout ]"