Fix makefile

This commit is contained in:
Zachary Yedidia
2016-04-23 13:14:52 -04:00
parent c30ef4de13
commit ab4abf2a93

View File

@@ -12,8 +12,7 @@ install: build
mv micro $(GOPATH)/bin
tcell:
cd $(GOPATH)/src/github.com/gdamore/tcell
git pull
git -C $(GOPATH)/src/github.com/gdamore/tcell pull
runtime:
go get -u github.com/jteeuwen/go-bindata/...