aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-11-12 19:24:52 -0600
committerRob Landley <rob@landley.net>2007-11-12 19:24:52 -0600
commitce8aae448a43d42d8781a72a67235dba8e977aa0 (patch)
tree8b02e372e9177becdd599d9acf77c521cae63603 /Makefile
parent2c4f3cb6b3d79a1025288fb54ec30994efee1890 (diff)
downloadtoybox-ce8aae448a43d42d8781a72a67235dba8e977aa0.tar.gz
Patch fromm Roberto Foglietta: distclean should remove toys/help.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86ed635d..398bdc00 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ clean::
rm -f toybox toybox_unstripped gen_config.h instlist
distclean: clean
- rm -f toybox_old .config*
+ rm -f toybox_old .config* toys/help.h
test: tests