diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-24 18:48:29 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-24 18:48:29 (GMT) |
commit | 2de6beb14b764a850933040c8970dedfd78158c8 (patch) | |
tree | df7d523a1406e5b0cadec7dce8455b04e59a21e6 /Makefile | |
parent | cb045546348fb04173d84e7c700f8674fbe1797c (diff) |
added support for web-socket based interface
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ EXECUTEABLE := rhctl LIBS := "github.com/schleibinger/sio" \ "github.com/naoina/toml" \ "github.com/btittelbach/pubsub" \ + "github.com/gorilla/websocket" \ "github.com/spreadspace/telgo" .PHONY: getlibs updatelibs vet format build clean distclean |