From c54305249252040415932b01d6a81ac75aad8a95 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 11 Dec 2024 01:18:56 -0600 Subject: [PATCH] minor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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