Commit 350bb6d9 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #14898 from detailyang/patch-1

Makefile: call shell function to get pwd
parents 0cc9b879 5e805aa8
...@@ -8,7 +8,7 @@ ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment