aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-26 18:54:03 -0500
committerRob Landley <rob@landley.net>2006-11-26 18:54:03 -0500
commit78b47ff7516150d492b892686eebee41ed1e6a08 (patch)
tree02e2a5e7c809669267c2b2240cc57e7afd61e8bf /Makefile
parentcd2edfd6a13848e387f836252464de4662a22205 (diff)
downloadtoybox-78b47ff7516150d492b892686eebee41ed1e6a08.tar.gz
Teach clean and distclean to zap more files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9e74187d..94bbe84e 100644
--- 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.'