mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
makefile: fix target in sharness tests
This commit is contained in:
parent
29071baceb
commit
05a0a944ce
@ -9,6 +9,7 @@
|
||||
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
|
||||
BINS = bin/random bin/ipfs
|
||||
SHARNESS = lib/sharness/sharness.sh
|
||||
IPFS_ROOT = ../..
|
||||
|
||||
all: clean deps $(T) aggregate
|
||||
|
||||
@ -30,7 +31,7 @@ $(SHARNESS):
|
||||
@echo "*** installing $@ ***"
|
||||
lib/install-sharness.sh
|
||||
|
||||
bin/%:
|
||||
bin/%: $(IPFS_ROOT)/**/*.go
|
||||
@echo "*** installing $@ ***"
|
||||
cd .. && make $@
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user