mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 00:39:31 +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
|
clean: clean-test-results
|
||||||
@echo "*** $@ ***"
|
@echo "*** $@ ***"
|
||||||
-rm -rf bin/ipfs
|
-rm -rf $(BINS)
|
||||||
|
|
||||||
clean-test-results:
|
clean-test-results:
|
||||||
@echo "*** $@ ***"
|
@echo "*** $@ ***"
|
||||||
|
Reference in New Issue
Block a user