From fa92e421ead7a323d87176ec56a2750db8123559 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 11 Sep 2019 13:29:28 +0200 Subject: [PATCH] Makefile: use relative path for GOBIN This makes the "Run ./build/bin/..." line look nicer. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bf52f5c96..5d4a82de83 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 = $(shell pwd)/build/bin +GOBIN = ./build/bin GO ?= latest geth: