Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-22 12:54:02 +0400
committerEric Andersen <andersen@codepoet.org>2003-07-22 12:54:02 +0400
commite199220d4873baf1c2427bffecb2bd470c8514fd (patch)
treed5e8766da5bcf9908abcacc0c7a14e9e4b9bea27 /tests/Makefile
parent725db196c36789b740e589b0b8a7da341af77351 (diff)
Add a default clean target
Diffstat (limited to 'tests/Makefile')
-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:
@echo
(cd ..; tests/busybox.REGRESS.sh)
-clean::
+clean:
+ rm -f *.o
distclean: clean