diff --git a/Makefile b/Makefile index b6e2ddd5e5..19924f9529 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: