diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-03-29 20:25:48 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-03-29 20:25:48 (GMT) |
commit | 59f010d9d418992e30fc9c798019a76b9d3df07b (patch) | |
tree | 910047f631f90809cd2e1618c4cbb092165a459d /Makefile | |
parent | d3efdc817664bb48a66e9b64c9167c02d0e1304c (diff) |
added telnet control interface
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ GOCMD := GOPATH=$(curdir) go EXECUTEABLE := rhctl LIBS := "github.com/schleibinger/sio" \ - "github.com/naoina/toml" + "github.com/naoina/toml" \ + "github.com/spreadspace/telgo" .PHONY: getlibs updatelibs vet format build clean distclean all: build |