commit | 4b7581f04ce61c6e3a674cc492d67ddd384e5f73 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Tue Aug 02 17:24:11 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Tue Aug 02 22:51:05 2005 -0700 |
tree | ac75aa2e0ecc29f3f640ff84dd3a8e4a9f3060fe | |
parent | 541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed [diff] [blame] |
Clean t/trash upon "make clean" as well. Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/Makefile b/Makefile index 4a38aa6..dfb8c0a 100644 --- a/Makefile +++ b/Makefile
@@ -235,3 +235,4 @@ rm -f git-core-*.tar.gz git-core.spec $(MAKE) -C tools/ clean $(MAKE) -C Documentation/ clean + $(MAKE) -C t/ clean