aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-09 21:14:38 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-09 21:14:38 +0000
commitabfb45123f4e1be64040061d1ad8f3778f865a3a (patch)
tree2411cce97444edb5ae729db814d5b37ad7e01d6d
parent18e2519b0c9a99d6d130c4d6343655c866bc6e51 (diff)
downloadbusybox-w32-abfb45123f4e1be64040061d1ad8f3778f865a3a.tar.gz
busybox-w32-abfb45123f4e1be64040061d1ad8f3778f865a3a.tar.bz2
busybox-w32-abfb45123f4e1be64040061d1ad8f3778f865a3a.zip
Make clean in the scripts directory to remove some binaries
git-svn-id: svn://busybox.net/trunk/busybox@6143 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 \