aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-22 08:54:02 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-22 08:54:02 +0000
commite199220d4873baf1c2427bffecb2bd470c8514fd (patch)
treed5e8766da5bcf9908abcacc0c7a14e9e4b9bea27
parent725db196c36789b740e589b0b8a7da341af77351 (diff)
downloadbusybox-w32-e199220d4873baf1c2427bffecb2bd470c8514fd.tar.gz
busybox-w32-e199220d4873baf1c2427bffecb2bd470c8514fd.tar.bz2
busybox-w32-e199220d4873baf1c2427bffecb2bd470c8514fd.zip
Add a default clean target
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 8ad304d86..3c604cd32 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -10,7 +10,8 @@ message_header:
10 @echo 10 @echo
11 (cd ..; tests/busybox.REGRESS.sh) 11 (cd ..; tests/busybox.REGRESS.sh)
12 12
13clean:: 13clean:
14 rm -f *.o
14 15
15distclean: clean 16distclean: clean
16 17