mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 19:07:48 +08:00
12 lines
182 B
Makefile
12 lines
182 B
Makefile
gx-path = gx/ipfs/$(shell gx deps find $(1))/$(1)
|
|
|
|
gx-deps:
|
|
gx install --global
|
|
.PHONY: gx-deps
|
|
|
|
ifneq ($(IPFS_GX_USE_GLOBAL),1)
|
|
gx-deps: bin/gx bin/gx-go
|
|
endif
|
|
|
|
DEPS_GO += gx-deps
|