aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d038024..642f46e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ html-doc: doc/fullswof-utils.texi
clean:
@echo "Cleaning up..."
+ @rm doc/fullswof-utils.info doc/images doc/dir
@rm -rf manual
.PHONY: all clean