aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 07bacba65..2b5d84f28 100644
--- a/Makefile
+++ b/Makefile
@@ -44,10 +44,10 @@ clean:
# You need to put $GOBIN (or $GOPATH/bin) in your PATH to use 'go generate'.
devtools:
- go get -u golang.org/x/tools/cmd/stringer
- go get -u github.com/jteeuwen/go-bindata/go-bindata
- go get -u github.com/fjl/gencodec
- go install ./cmd/abigen
+ env GOBIN= go get -u golang.org/x/tools/cmd/stringer
+ env GOBIN= go get -u github.com/jteeuwen/go-bindata/go-bindata
+ env GOBIN= go get -u github.com/fjl/gencodec
+ env GOBIN= go install ./cmd/abigen
# Cross Compilation Targets (xgo)