mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
12 lines
168 B
Makefile
12 lines
168 B
Makefile
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
|
|
|