diff options
author | detailyang <detailyang@gmail.com> | 2017-08-04 23:54:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 23:54:30 +0800 |
commit | 5e805aa865cb799980d6b0cb0114a724306ca8ff (patch) | |
tree | 1cb36b693d0ba2e7f76137db3f8c899ba293cfb7 /Makefile | |
parent | 0cc9b8791e63473c1c06609010ef51c587c82bcb (diff) | |
download | go-tangerine-5e805aa865cb799980d6b0cb0114a724306ca8ff.tar.gz go-tangerine-5e805aa865cb799980d6b0cb0114a724306ca8ff.tar.zst go-tangerine-5e805aa865cb799980d6b0cb0114a724306ca8ff.zip |
Makefile: call shell function to get pwd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |