From f7ead4c26ff548419729dc6bc697f8d7f6e8e72f Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 19 Dec 2013 10:58:26 +0000 Subject: [PATCH] update clean target --- tools/htdocs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index fcf52b3..634fb4a 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -110,8 +110,10 @@ ${HANDLEBARS_FILE}: # helper targets # distclean: clean + clean: - rm -f ${MKWS_JS} ${JQUERY_JSON_FILE} ${JQUERY_FILE} ${HANDLEBARS_FILE} + rm -f ${MKWS_JS} ${MKWS_JS_MIN} + rm -f ${JQUERY_JSON_FILE} ${JQUERY_FILE} ${HANDLEBARS_FILE} rm -f $(DOCS) help: -- 1.7.10.4