mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
export IPFS_API ?= v04x.ipfs.io
|
|
|
|
gx:
|
|
go get -u github.com/whyrusleeping/gx
|
|
go get -u github.com/whyrusleeping/gx-go
|
|
|
|
deps: gx
|
|
gx --verbose install --global
|
|
gx-go rewrite
|