mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
12 lines
210 B
Makefile
12 lines
210 B
Makefile
gx-path = gx/ipfs/$(shell gx deps find $(1))/$(1)
|
|
|
|
gx-deps:
|
|
gx --verbose install --global > /dev/null 2>&1
|
|
.PHONY: gx-deps
|
|
|
|
ifneq ($(IPFS_GX_USE_GLOBAL),1)
|
|
gx-deps: bin/gx bin/gx-go
|
|
endif
|
|
|
|
DEPS_GO += gx-deps
|