aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordetailyang <detailyang@gmail.com>2017-08-04 23:54:30 +0800
committerGitHub <noreply@github.com>2017-08-04 23:54:30 +0800
commit5e805aa865cb799980d6b0cb0114a724306ca8ff (patch)
tree1cb36b693d0ba2e7f76137db3f8c899ba293cfb7 /Makefile
parent0cc9b8791e63473c1c06609010ef51c587c82bcb (diff)
downloaddexon-5e805aa865cb799980d6b0cb0114a724306ca8ff.tar
dexon-5e805aa865cb799980d6b0cb0114a724306ca8ff.tar.gz
dexon-5e805aa865cb799980d6b0cb0114a724306ca8ff.tar.bz2
dexon-5e805aa865cb799980d6b0cb0114a724306ca8ff.tar.lz
dexon-5e805aa865cb799980d6b0cb0114a724306ca8ff.tar.xz
dexon-5e805aa865cb799980d6b0cb0114a724306ca8ff.tar.zst
dexon-5e805aa865cb799980d6b0cb0114a724306ca8ff.zip
Makefile: call shell function to get pwd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26d648f33..2cfd1110e 100644
--- a/Makefile
+++ b/Makefile
@@ -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: