From 7eb70374766db1b5e9cea8c5e2da6622599723a5 Mon Sep 17 00:00:00 2001 From: Hendrik van Wyk Date: Sat, 16 Sep 2017 13:06:11 +0200 Subject: [PATCH] Build cli. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e8fe8f8..cdb0f25 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ install: go install ./cmd/invertergui/ + go install ./cmd/invertercli/ all: install gofmt test