Makefile: use relative path for GOBIN

This makes the "Run ./build/bin/..." line look nicer.
This commit is contained in:
Felix Lange 2019-09-11 13:29:28 +02:00
parent de9ba1b4a1
commit fa92e421ea

View file

@ -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: