summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-03-26 17:24:42 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2016-03-26 17:24:42 (GMT)
commit7cfc7644c284b72997eb3b31b98fab447fe06bed (patch)
tree217b65c1418a1262610f683fdbe638e2a5d44920 /Makefile
parente9d6068037e7ff2b8c7a006fb01b482b0b7de409 (diff)
added config file parser
improved baudrate handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b06bd5..0ac1f91 100644
--- a/Makefile
+++ b/Makefile
@@ -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