aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-02 17:24:11 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-02 22:51:05 -0700
commit4b7581f04ce61c6e3a674cc492d67ddd384e5f73 (patch)
treeac75aa2e0ecc29f3f640ff84dd3a8e4a9f3060fe /Makefile
parent541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed (diff)
downloadgit-4b7581f04ce61c6e3a674cc492d67ddd384e5f73.tar.gz
Clean t/trash upon "make clean" as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a38aa65be..dfb8c0a566 100644
--- 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