mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Makefile: call shell function to get pwd
This commit is contained in:
parent
0cc9b8791e
commit
5e805aa865
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@
|
||||||
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
|
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
|
||||||
.PHONY: geth-windows geth-windows-386 geth-windows-amd64
|
.PHONY: geth-windows geth-windows-386 geth-windows-amd64
|
||||||
|
|
||||||
GOBIN = $(pwd)/build/bin
|
GOBIN = $(shell pwd)/build/bin
|
||||||
GO ?= latest
|
GO ?= latest
|
||||||
|
|
||||||
geth:
|
geth:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue