1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-07 23:16:08 +02:00

Clean t/trash upon "make clean" as well.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-08-02 17:24:11 -07:00
parent 541ad6e2a9
commit 4b7581f04c

View File

@ -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