forked from cerc-io/ipld-eth-server
13 lines
194 B
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
|