Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyedidia committed Apr 27, 2016
1 parent 6576dcc commit 957e97d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -2,17 +2,17 @@

VERSION = "$(shell git rev-parse --short HEAD)"

deps:
go get -d ./cmd/micro

build: deps runtime tcell
go build -ldflags "-X main.Version=$(VERSION)" -o micro ./cmd/micro

install: build
mv micro $(GOPATH)/bin

tcell:
git -C $(GOPATH)/src/github.com/gdamore/tcell pull
git -C $(GOPATH)/src/github.com/zyedidia/tcell pull

deps:
go get -d ./cmd/micro

runtime:
go get -u github.com/jteeuwen/go-bindata/...
Expand Down

0 comments on commit 957e97d

Please sign in to comment.