summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-11-17 01:52:30 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-11-17 01:52:30 (GMT)
commitbfface7eba6f620b4e63716b14ddb6cb2acecc7d (patch)
tree1f6c257cc3556a3fbb265347856311f0804d1c7f
parentaed7e2d70f10c20e3f9bbaa046594133aa29dda1 (diff)
fixed makefile (deps)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a89b7f..86b4fde 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ endif
EXECUTEABLE := rhctl
-LIBS := "github.com/schleibinger/sio" \
+LIBS := "code.helsinki.at/goserial" \
"github.com/naoina/toml" \
"github.com/btittelbach/pubsub" \
"github.com/gorilla/websocket" \