diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ GOCMD := GOPATH=$(curdir) go EXECUTEABLE := rhctl -LIBS := "github.com/schleibinger/sio" - +LIBS := "github.com/schleibinger/sio" \ + "github.com/naoina/toml" .PHONY: getlibs updatelibs vet format build clean distclean all: build |