Fix makefile

This commit is contained in:
Zachary Yedidia
2016-04-21 19:27:47 -04:00
parent 568f638e70
commit bbda5d59d0

View File

@@ -2,8 +2,10 @@
VERSION = "$(shell git rev-parse --short HEAD)"
build: runtime tcell
deps:
go get -d ./cmd/micro
build: deps runtime tcell
go build -ldflags "-X main.Version=$(VERSION)" -o micro ./cmd/micro
install: build