diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-02 17:24:11 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-02 22:51:05 -0700 |
commit | 4b7581f04ce61c6e3a674cc492d67ddd384e5f73 (patch) | |
tree | ac75aa2e0ecc29f3f640ff84dd3a8e4a9f3060fe /Makefile | |
parent | 541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed (diff) | |
download | git-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-- | 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 |