mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
14 lines
201 B
Makefile
14 lines
201 B
Makefile
export IPFS_API ?= v04x.ipfs.io
|
|
|
|
gx:
|
|
go get github.com/whyrusleeping/gx
|
|
go get github.com/whyrusleeping/gx-go
|
|
|
|
deps: gx
|
|
gx --verbose install --global
|
|
gx-go rewrite
|
|
|
|
publish:
|
|
gx-go rewrite --undo
|
|
|