1
0
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:
Jeromy Johnson
2016-04-12 18:57:06 -07:00

View File

@ -19,7 +19,7 @@ all: aggregate
clean: clean-test-results
@echo "*** $@ ***"
-rm -rf bin/ipfs
-rm -rf $(BINS)
clean-test-results:
@echo "*** $@ ***"