summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-09-15 18:07:13 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-09-15 18:07:18 (GMT)
commit06ed087d55a9814bf908f8b455b465d3a7d41710 (patch)
treed7493e6ca5fcd74ac230e653226ea66f6cde8a42 /Makefile
parent104245c0bb7acb926633ecca0985fbaf1917ba85 (diff)
got rid of martini
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 244e107..a33f9d7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ GOCMD := go
getlibs: export GOPATH=$(curdir)
getlibs:
- $(GOCMD) get "github.com/go-martini/martini"
+# $(GOCMD) get "github.com/gorilla/websocket"
vet: export GOPATH=$(curdir)
vet: