changeset 708:e2d3a8156828

updated distclean target
author thomask
date Fri, 21 Oct 2005 19:06:43 +0000
parents 5ba45899cddd
children b0e6b3803e95
files Makefile
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Oct 20 06:53:54 2005 +0000
+++ b/Makefile	Fri Oct 21 19:06:43 2005 +0000
@@ -309,7 +309,11 @@
 # 
 #
 distclean : clean_log clean
-	$(RM) $(shell $(FIND) . -regex ".*~") $(shell $(FIND) . -regex "\\..*\\.swp") $(shell $(FIND) . -regex "#.*#")
+	$(RM) $(shell $(FIND) . -regex ".*~")
+	$(RM) $(shell $(FIND) . -regex "\\..*\\.swp")
+	$(RM) $(shell $(FIND) . -regex "#.*#")
+	$(RM) $(shell $(FIND) . -regex ".*\\.map")
+	$(RM) $(shell $(FIND) . -regex ".*\\.bak")
 	$(RM) $(crashRun__) $(return__) $(ifeq__) $(extract__) $(dstress__) www/*.class
 
 #