From 7c3071e03327917678e8b22778b55c5b5f717314 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Oct 2025 02:28:00 -0500 Subject: start making packages protobuf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45ad8ce..99777d1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BUILDTIME = $(shell date +%s) all: install -go-build: goimports +build: goimports GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3