aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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