Skip to content

Commit

Permalink
Makefile: call shell function to get pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
detailyang authored Aug 4, 2017
1 parent 0cc9b87 commit 5e805aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5e805aa

Please sign in to comment.