aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-09 21:14:38 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-09 21:14:38 +0000
commita94c3108b136ac1ee2210d4116a7150a8c8132f6 (patch)
tree2411cce97444edb5ae729db814d5b37ad7e01d6d
parent584baeb47dc9e501601a84a3ef12e0ff09fc57e0 (diff)
downloadbusybox-w32-a94c3108b136ac1ee2210d4116a7150a8c8132f6.tar.gz
busybox-w32-a94c3108b136ac1ee2210d4116a7150a8c8132f6.tar.bz2
busybox-w32-a94c3108b136ac1ee2210d4116a7150a8c8132f6.zip
Make clean in the scripts directory to remove some binaries
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69ab48ec3..646d5b760 100644
--- a/Makefile
+++ b/Makefile
@@ -201,7 +201,7 @@ check: busybox
201 201
202clean: 202clean:
203 - $(MAKE) -C tests clean 203 - $(MAKE) -C tests clean
204 - $(MAKE) -C scripts/lxdialog clean 204 - $(MAKE) -C scripts clean
205 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ 205 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
206 docs/busybox.net/BusyBox.html 206 docs/busybox.net/BusyBox.html
207 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ 207 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \