add 'clean' and 'all' target
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Aug 2013 11:58:51 +0000 (11:58 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Aug 2013 11:58:51 +0000 (11:58 +0000)
Makefile

index 4fe1fe5..79859f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,8 @@
 **default**:
        (cd tools/htdocs; $(MAKE))
 
+clean distclean all:
+       ${MAKE} -C./tools/htdocs $@
+
 help:
        @echo "make [ all | clean ]"