changeset 42:72ff42c01d92

Teach clean and distclean to zap more files.
author Rob Landley <rob@landley.net>
date Sun, 26 Nov 2006 18:54:03 -0500
parents a43bdc6f53af
children 423911a1c6d2
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Nov 26 18:47:14 2006 -0500
+++ b/Makefile	Sun Nov 26 18:54:03 2006 -0500
@@ -43,10 +43,10 @@
 toybox: toybox_unstripped
 	$(STRIP) toybox_unstripped -o toybox
 clean::
-	rm -f toybox gen_config.h
+	rm -f toybox toybox_old toybox_unstripped gen_config.h
 
 distclean: clean
-	rm -f .config
+	rm -f .config*
 
 help::
 	@echo  '  baseline        - Create busybox_old for use by bloatcheck.'