projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541ad6e
)
Clean t/trash upon "make clean" as well.
author
Junio C Hamano
<junkio@cox.net>
Wed, 3 Aug 2005 00:24:11 +0000
(17:24 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 3 Aug 2005 05:51:05 +0000
(22:51 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4a38aa6
..
dfb8c0a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-235,3
+235,4
@@
clean:
rm -f git-core-*.tar.gz git-core.spec
$(MAKE) -C tools/ clean
$(MAKE) -C Documentation/ clean
+ $(MAKE) -C t/ clean