Makefile: call shell function to get pwd

This commit is contained in:
detailyang 2017-08-04 23:54:30 +08:00 committed by GitHub
parent 0cc9b8791e
commit 5e805aa865

View File

@ -8,7 +8,7 @@
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
.PHONY: geth-windows geth-windows-386 geth-windows-amd64
GOBIN = $(pwd)/build/bin
GOBIN = $(shell pwd)/build/bin
GO ?= latest
geth: