diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 08:54:02 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 08:54:02 +0000 |
commit | 2c0f4807a0387cdd88ae85a77ce9287dcaf0ba97 (patch) | |
tree | d5e8766da5bcf9908abcacc0c7a14e9e4b9bea27 /tests | |
parent | 06b9a8f03ed1ac7a02ab2fcdd41d924fc8570ede (diff) | |
download | busybox-w32-2c0f4807a0387cdd88ae85a77ce9287dcaf0ba97.tar.gz busybox-w32-2c0f4807a0387cdd88ae85a77ce9287dcaf0ba97.tar.bz2 busybox-w32-2c0f4807a0387cdd88ae85a77ce9287dcaf0ba97.zip |
Add a default clean target
git-svn-id: svn://busybox.net/trunk/busybox@7087 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 3 |
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 | ||
13 | clean:: | 13 | clean: |
14 | rm -f *.o | ||
14 | 15 | ||
15 | distclean: clean | 16 | distclean: clean |
16 | 17 | ||