@cryptotaxi247 / kubo / commits / 53f201cea

fix(test/sharness/Makefile): remove ipfs binary when cleaning

Brian Tiger Chow committed Jan 12, 2015 at 15:57 UTC 53f201cea992a4bad76d3b0ccf2ae28d29ed4c2c
1 file changed +1
test/sharness/Makefile
+1
@@ -16,6 +16,7 @@ all: clean deps $(T) aggregate
16 clean:
17 @echo "*** $@ ***"
18 -rm -rf test-results
19 + -rm -rf bin/ipfs
20
21 $(T):
22 @echo "*** $@ ***"