From 10f75f87a66a9329fd665bd85099fe94c7beae79 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Jan 2025 08:28:23 -0600 Subject: add nomutex support to disable it per message struct --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e260d8b..08330c2 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,10 @@ build: goimports bak: mv -f autogenpb autogenpb.last +redo-protobuf: + rm -f *.pb.go + autogenpb --proto file.proto --package main + install: test GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3