mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 15:42:21 +08:00
Merge pull request #2523 from ipfs/clean-all-bins
sharness/Makefile: clean all BINS when cleaning
This commit is contained in:
@ -19,7 +19,7 @@ all: aggregate
|
||||
|
||||
clean: clean-test-results
|
||||
@echo "*** $@ ***"
|
||||
-rm -rf bin/ipfs
|
||||
-rm -rf $(BINS)
|
||||
|
||||
clean-test-results:
|
||||
@echo "*** $@ ***"
|
||||
|
Reference in New Issue
Block a user