mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 00:08:06 +08:00
test/Makefile: add global-deps target
We need to make sure that go, gx, gx-go are properly installed. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
parent
d4e7287980
commit
13354f31dc
@ -14,7 +14,10 @@ GOFLAGS =
|
||||
|
||||
all: deps
|
||||
|
||||
deps: bins
|
||||
global-deps:
|
||||
make -C .. deps
|
||||
|
||||
deps: global-deps bins
|
||||
|
||||
clean:
|
||||
rm $(BINS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user