diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-03-26 17:24:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-03-26 17:24:42 (GMT) |
commit | 7cfc7644c284b72997eb3b31b98fab447fe06bed (patch) | |
tree | 217b65c1418a1262610f683fdbe638e2a5d44920 /Makefile | |
parent | e9d6068037e7ff2b8c7a006fb01b482b0b7de409 (diff) |
added config file parser
improved baudrate handling
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 |