1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00
Files
kubo/mk/gx.mk
Jakub Sztandera 2535220864 mk: add tarball support
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2018-04-05 19:18:22 +02: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