Teach clean and distclean to zap more files.
authorRob Landley <rob@landley.net>
Sun, 26 Nov 2006 23:54:03 +0000 (18:54 -0500)
committerRob Landley <rob@landley.net>
Sun, 26 Nov 2006 23:54:03 +0000 (18:54 -0500)
Makefile

index 9e74187..94bbe84 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,10 +43,10 @@ toybox_unstripped: gen_config.h $(toyfiles) toys/toylist.h lib/lib.h toys.h
 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.'