sharness/Makefile: clean all BINS when cleaning
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Christian Couder committed
Apr 3, 2016 at 13:02 UTC
908fb95bb1d79326545d4b222f9435df3806fb10
1 file changed
+1
-1
test/sharness/Makefile
+1
-1
@@ -19,7 +19,7 @@ all: aggregate
19
20
clean: clean-test-results
21
@echo "*** $@ ***"
22
- -rm -rf bin/ipfs
22
+ -rm -rf $(BINS)
23
24
clean-test-results:
25
@echo "*** $@ ***"