diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-09 21:16:39 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-09 21:16:39 +0000 |
commit | 919798d5a8c59a05afd90e209d7986ab2d9caea3 (patch) | |
tree | 9176b12dfbfa12603c30ca4ce11082e08f913cd6 /Makefile | |
parent | a94c3108b136ac1ee2210d4116a7150a8c8132f6 (diff) | |
download | busybox-w32-919798d5a8c59a05afd90e209d7986ab2d9caea3.tar.gz busybox-w32-919798d5a8c59a05afd90e209d7986ab2d9caea3.tar.bz2 busybox-w32-919798d5a8c59a05afd90e209d7986ab2d9caea3.zip |
err.. Make clean in the scripts/config directory to remove some binaries
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ check: busybox | |||
201 | 201 | ||
202 | clean: | 202 | clean: |
203 | - $(MAKE) -C tests clean | 203 | - $(MAKE) -C tests clean |
204 | - $(MAKE) -C scripts clean | 204 | - $(MAKE) -C scripts/config 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 \ |