mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +08:00
sharness/Makefile: force sharness version check
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
@ -35,8 +35,8 @@ aggregate: clean-test-results $(T)
|
|||||||
|
|
||||||
deps: $(SHARNESS) $(BINS) curl
|
deps: $(SHARNESS) $(BINS) curl
|
||||||
|
|
||||||
$(SHARNESS):
|
$(SHARNESS): FORCE
|
||||||
@echo "*** installing $@ ***"
|
@echo "*** checking $@ ***"
|
||||||
lib/install-sharness.sh
|
lib/install-sharness.sh
|
||||||
|
|
||||||
bin/%: FORCE
|
bin/%: FORCE
|
||||||
|
Reference in New Issue
Block a user