Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
raw
|
patch
| inline |
side by side
(parent:
541ad6e
)
diff --git
a/Makefile
b/Makefile
index 4a38aa65be8332eb5c858ec5a21777b78698354c..dfb8c0a566dd062f32ff9cb733a46da4beb5ee94 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