diff options
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r-- | src/hub/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile index 317615a..1c4878b 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -5,6 +5,7 @@ getlibs: export GOPATH=$(curdir) getlibs: $(GOCMD) get "github.com/coopernurse/gorp" $(GOCMD) get "github.com/mattn/go-sqlite3" + $(GOCMD) get "github.com/zenazn/goji" build: export GOPATH=$(curdir) build: getlibs |