aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLee Hyeon <hyeon@pluto.network>2017-07-31 18:00:17 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-07-31 18:00:17 +0800
commit13cda8d9b6113c7df583e68bdce5adf1bca2b8a8 (patch)
tree8cb5656fd11856bb8cb0f9ea780eb150cbf521ea /Makefile
parent4f9789b28d570ccd234640f1c13c08cb9f16f4ee (diff)
downloaddexon-13cda8d9b6113c7df583e68bdce5adf1bca2b8a8.tar
dexon-13cda8d9b6113c7df583e68bdce5adf1bca2b8a8.tar.gz
dexon-13cda8d9b6113c7df583e68bdce5adf1bca2b8a8.tar.bz2
dexon-13cda8d9b6113c7df583e68bdce5adf1bca2b8a8.tar.lz
dexon-13cda8d9b6113c7df583e68bdce5adf1bca2b8a8.tar.xz
dexon-13cda8d9b6113c7df583e68bdce5adf1bca2b8a8.tar.zst
dexon-13cda8d9b6113c7df583e68bdce5adf1bca2b8a8.zip
Makefile: fixed GOBIN absolute path issue (#14854)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6e2ddd5e..19924f952 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 = build/bin
+GOBIN = $(pwd)/build/bin
GO ?= latest
geth: