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