kubo/mk/gx.mk
Jakub Sztandera 545f03e9c3
Jenkins CI
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-12 01:18:41 +01:00

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