mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-02 06:10:33 +00:00
Fix makefile
This commit is contained in:
parent
c30ef4de13
commit
ab4abf2a93
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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/...
|
||||
|
|
|
|||
Loading…
Reference in a new issue