Browse Source

t/Makefile: remove test artifacts upon "make clean"

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 15 years ago
parent
commit
34b383e7cd
  1. 2
      t/Makefile

2
t/Makefile

@ -27,6 +27,8 @@ pre-clean: @@ -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

Loading…
Cancel
Save