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