From 56b0c654ee73a13a21e4c5b5ed245f06e623612e Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 19 Dec 2013 10:59:05 +0000 Subject: [PATCH] implement distclean --- tools/htdocs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 634fb4a..d686265 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -110,6 +110,7 @@ ${HANDLEBARS_FILE}: # helper targets # distclean: clean + rm -f *.orig *.bak *.rej clean: rm -f ${MKWS_JS} ${MKWS_JS_MIN} -- 1.7.10.4