@cryptotaxi247 / kubo / commits / a8127a28e

fix: force clean test results directory

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

Brian Tiger Chow committed Jan 4, 2015 at 11:40 UTC a8127a28e12e459571cfc4725cddfd2e96a85535
1 file changed +1 -1
test/Makefile
+1 -1
@@ -14,7 +14,7 @@ all: clean deps $(T) aggregate
14
15 clean:
16 @echo "*** $@ ***"
17 - -rm -r test-results
17 + -rm -rf test-results
18
19 $(T):
20 @echo "*** $@ ***"