go-multiaddr/Makefile
Steven Allen eb7107a2fa use standard travis-ci scripts and enable sudo
This should fix CI.

Supersedes #34.
2018-01-25 15:32:05 -08:00

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