t/Makefile: remove test artifacts upon "make clean"
Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
00fb3d214c
commit
34b383e7cd
|
@ -27,6 +27,8 @@ pre-clean:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -r 'trash directory'.* test-results
|
$(RM) -r 'trash directory'.* test-results
|
||||||
|
$(RM) t????/cvsroot/CVSROOT/?*
|
||||||
|
$(RM) -r valgrind/bin
|
||||||
|
|
||||||
aggregate-results-and-cleanup: $(T)
|
aggregate-results-and-cleanup: $(T)
|
||||||
$(MAKE) aggregate-results
|
$(MAKE) aggregate-results
|
||||||
|
|
Loading…
Reference in New Issue