Skip to content

Commit

Permalink
t/Makefile: remove test artifacts upon "make clean"
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Mar 13, 2010
1 parent 00fb3d2 commit 34b383e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pre-clean:

clean:
$(RM) -r 'trash directory'.* test-results
$(RM) t????/cvsroot/CVSROOT/?*
$(RM) -r valgrind/bin

aggregate-results-and-cleanup: $(T)
$(MAKE) aggregate-results
Expand Down

0 comments on commit 34b383e

Please sign in to comment.