Fix minor issue with makefile

Ref #448
This commit is contained in:
Zachary Yedidia 2016-11-14 20:10:10 -05:00
parent 60f2c1e4cf
commit 855c5283e4

View file

@ -4,7 +4,7 @@ VERSION = $(shell go run tools/build-version.go)
HASH = $(shell git rev-parse --short HEAD) HASH = $(shell git rev-parse --short HEAD)
DATE = $(shell go run tools/build-date.go) DATE = $(shell go run tools/build-date.go)
GOBIN ?= $($GOPATH)/bin GOBIN ?= $(GOPATH)/bin
# Builds micro after checking dependencies but without updating the runtime # Builds micro after checking dependencies but without updating the runtime
build: deps build: deps