fix: force clean test results directory

Without `-f`, `make clean` fails on machines that don't have the dir.

cc @jbenet
This commit is contained in:
Brian Tiger Chow 2015-01-04 11:40:43 -05:00 committed by Juan Batiz-Benet
parent 05d8c80c39
commit a8127a28e1

View File

@ -14,7 +14,7 @@ all: clean deps $(T) aggregate
clean:
@echo "*** $@ ***"
-rm -r test-results
-rm -rf test-results
$(T):
@echo "*** $@ ***"