From a94c3108b136ac1ee2210d4116a7150a8c8132f6 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 9 Dec 2002 21:14:38 +0000 Subject: [PATCH] Make clean in the scripts directory to remove some binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69ab48e..646d5b7 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- 2.7.4