forked from cerc-io/ipld-eth-server
15 lines
227 B
Makefile
15 lines
227 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
|
|
.PHONY: gx-deps
|
|
|
|
ifeq ($(tarball-is),0)
|
|
DEPS_GO += gx-deps
|
|
endif
|