diff options
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 |