aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 646d5b760..9a87ad4bd 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 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 \