summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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