ipld-eth-server/vendor/github.com/ipfs/go-ipfs/mk/gx.mk
2019-12-02 13:24:46 -06:00

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