diff --git a/Makefile b/Makefile index 209f74d..986b36a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ run: goimports build vet: @GO111MODULE=off go vet - @echo this go library package builds okay + @echo this go binary package builds okay no-gui: build ./go-clone --no-gui