From 3e008c7fbf64e18b657e4b002e30ed542dd48a7b Mon Sep 17 00:00:00 2001 From: bug1 Date: Mon, 9 Dec 2002 21:16:39 +0000 Subject: err.. Make clean in the scripts/config directory to remove some binaries git-svn-id: svn://busybox.net/trunk/busybox@6144 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 646d5b760..9a87ad4bd 100644 --- a/Makefile +++ b/Makefile @@ -201,7 +201,7 @@ check: busybox clean: - $(MAKE) -C tests clean - - $(MAKE) -C scripts clean + - $(MAKE) -C scripts/config 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 \ -- cgit v1.2.3-55-g6feb