From 2d5506b5fafd6eea6401ab3b253820c528882574 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 05:03:12 -0500 Subject: add bash autocomplete --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b37cf5..3931172 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ recover: make goimports make build -build: +build: goimports vet GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" # autogen uses autogen to build. keep a working copy somewhere -- cgit v1.2.3