From ab4abf2a93df3b5a9399214df6aedab60039af8d Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sat, 23 Apr 2016 13:14:52 -0400 Subject: [PATCH] Fix makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 59555e18..ca43c60c 100644 --- a/Makefile +++ b/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/...