mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 04:17:44 +08:00
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:
parent
05d8c80c39
commit
a8127a28e1
@ -14,7 +14,7 @@ all: clean deps $(T) aggregate
|
||||
|
||||
clean:
|
||||
@echo "*** $@ ***"
|
||||
-rm -r test-results
|
||||
-rm -rf test-results
|
||||
|
||||
$(T):
|
||||
@echo "*** $@ ***"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user