From: Junio C Hamano Date: Wed, 3 Aug 2005 00:24:11 +0000 (-0700) Subject: Clean t/trash upon "make clean" as well. X-Git-Tag: v0.99.4~65 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b7581f04ce61c6e3a674cc492d67ddd384e5f73;p=git.git Clean t/trash upon "make clean" as well. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 4a38aa65b..dfb8c0a56 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