summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-19 16:43:01 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-19 16:43:01 +0200
commit4676ef2d971204064a8a5ef7d3618b542a87a790 (patch)
tree26c6f4d0a05d9e2fed82c52e133c0772ddac4f94 /src/hub/Makefile
parenthub: refactor server and db initialization (diff)
hub: use goji for new s5srvWeb
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile1
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