From 855c5283e45878d10882870f5bdfbed9e1c98d8e Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Mon, 14 Nov 2016 20:10:10 -0500 Subject: [PATCH] Fix minor issue with makefile Ref #448 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b4187a2..67873d69 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION = $(shell go run tools/build-version.go) HASH = $(shell git rev-parse --short HEAD) DATE = $(shell go run tools/build-date.go) -GOBIN ?= $($GOPATH)/bin +GOBIN ?= $(GOPATH)/bin # Builds micro after checking dependencies but without updating the runtime build: deps