ipld-eth-server/vendor/github.com/whyrusleeping/cbor/go/Makefile

13 lines
194 B
Makefile

#PATH:=${HOME}/psrc/golang/go/bin:${PATH}
#PATH += ${HOME}/psrc/golang/go/bin
GOROOT=${HOME}/psrc/golang/go
GOPATH=${HOME}/psrc/gopath
GO=${GOROOT}/bin/go
all:
${GO} build
test:
${GO} test