aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-11-06 00:35:26 -0600
committerRob Landley <rob@landley.net>2007-11-06 00:35:26 -0600
commit064d1b1e5d29f79060c47769da92d51f89bc9edd (patch)
tree3cc2d0ae8070e529ec211ed25d0e345970b9bd25 /Makefile
parent6a6dee3132db0d62a827ddf02d88c899f7c15c31 (diff)
downloadtoybox-064d1b1e5d29f79060c47769da92d51f89bc9edd.tar.gz
Move toybox_old delete (for bloatcheck) from clean to distclean.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a99a876..86ed635d 100644
--- a/Makefile
+++ b/Makefile
@@ -66,10 +66,10 @@ install_flat: instlist
@for i in `./instlist`; do ln -s toybox "$(PREFIX)/$$i"; done
clean::
- rm -f toybox toybox_old toybox_unstripped gen_config.h instlist
+ rm -f toybox toybox_unstripped gen_config.h instlist
distclean: clean
- rm -f .config*
+ rm -f toybox_old .config*
test: tests