summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-09-15 17:46:47 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-09-15 17:46:47 (GMT)
commit496f05ca42a1021d26741c17607f5f7a813f4a2f (patch)
treedbaaf3f9f95d3856eb2dab082acb694aa7f91cb6 /Makefile
parente7240253ca69291fac636478fd54568467d6c6e2 (diff)
got rid of martini
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 566972e..d4f1b38 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,6 @@ GOCMD := go
getlibs: export GOPATH=$(curdir)
getlibs:
- $(GOCMD) get "github.com/go-martini/martini"
$(GOCMD) get "github.com/gorilla/websocket"
vet: export GOPATH=$(curdir)