summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-03-29 20:25:48 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2016-03-29 20:25:48 (GMT)
commit59f010d9d418992e30fc9c798019a76b9d3df07b (patch)
tree910047f631f90809cd2e1618c4cbb092165a459d /Makefile
parentd3efdc817664bb48a66e9b64c9167c02d0e1304c (diff)
added telnet control interface
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ac1f91..34a8e2e 100644
--- a/Makefile
+++ b/Makefile
@@ -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