diff options
author | Glenn L McGrath | 2002-12-09 21:14:38 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-09 21:14:38 +0000 |
commit | a94c3108b136ac1ee2210d4116a7150a8c8132f6 (patch) | |
tree | 2411cce97444edb5ae729db814d5b37ad7e01d6d /Makefile | |
parent | 584baeb47dc9e501601a84a3ef12e0ff09fc57e0 (diff) | |
download | busybox-a94c3108b136ac1ee2210d4116a7150a8c8132f6.zip busybox-a94c3108b136ac1ee2210d4116a7150a8c8132f6.tar.gz |
Make clean in the scripts 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 clean: - $(MAKE) -C tests clean - - $(MAKE) -C scripts/lxdialog clean + - $(MAKE) -C scripts clean - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ docs/busybox.net/BusyBox.html - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ |