mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Makefile: fix devtools target
This commit is contained in:
parent
b319f027a0
commit
c51629e954
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -44,10 +44,10 @@ clean:
|
||||||
# You need to put $GOBIN (or $GOPATH/bin) in your PATH to use 'go generate'.
|
# You need to put $GOBIN (or $GOPATH/bin) in your PATH to use 'go generate'.
|
||||||
|
|
||||||
devtools:
|
devtools:
|
||||||
go get -u golang.org/x/tools/cmd/stringer
|
env GOBIN= go get -u golang.org/x/tools/cmd/stringer
|
||||||
go get -u github.com/jteeuwen/go-bindata/go-bindata
|
env GOBIN= go get -u github.com/jteeuwen/go-bindata/go-bindata
|
||||||
go get -u github.com/fjl/gencodec
|
env GOBIN= go get -u github.com/fjl/gencodec
|
||||||
go install ./cmd/abigen
|
env GOBIN= go install ./cmd/abigen
|
||||||
|
|
||||||
# Cross Compilation Targets (xgo)
|
# Cross Compilation Targets (xgo)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue