good morning!!!!

Skip to content
Snippets Groups Projects
Commit 350bb6d9 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #14898 from detailyang/patch-1

Makefile: call shell function to get pwd
parents 0cc9b879 5e805aa8
Branches
Tags
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment