diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-03 02:24:11 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-03 07:51:05 +0200 |
commit | 4b7581f04ce61c6e3a674cc492d67ddd384e5f73 (patch) | |
tree | ac75aa2e0ecc29f3f640ff84dd3a8e4a9f3060fe /Makefile | |
parent | GIT 0.99.3 (diff) | |
download | git-4b7581f04ce61c6e3a674cc492d67ddd384e5f73.tar.xz git-4b7581f04ce61c6e3a674cc492d67ddd384e5f73.zip |
Clean t/trash upon "make clean" as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |