mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
fix(test/sharness/Makefile): remove ipfs binary when cleaning
This commit is contained in:
parent
1b700864f9
commit
53f201cea9
@ -16,6 +16,7 @@ all: clean deps $(T) aggregate
|
||||
clean:
|
||||
@echo "*** $@ ***"
|
||||
-rm -rf test-results
|
||||
-rm -rf bin/ipfs
|
||||
|
||||
$(T):
|
||||
@echo "*** $@ ***"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user