summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 02:28:00 -0500
committerJeff Carr <[email protected]>2025-10-09 03:02:55 -0500
commit7c3071e03327917678e8b22778b55c5b5f717314 (patch)
treebccc513d5d8698c8650bd8cdd1cf050d7889db46 /Makefile
parentaf8a330c63c650ad272ee9092d749374510dd190 (diff)
start making packages protobuf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}"