projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725db19
)
Add a default clean target
author
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Jul 2003 08:54:02 +0000
(08:54 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Jul 2003 08:54:02 +0000
(08:54 -0000)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 8ad304d865867d5107604ffbe58ba07dc49a788a..3c604cd328f8936f5ea1696414fdcbca96415a47 100644
(file)
--- 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