summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-12 08:28:23 -0600
committerJeff Carr <[email protected]>2025-01-12 08:28:23 -0600
commit10f75f87a66a9329fd665bd85099fe94c7beae79 (patch)
tree5746e3e18d3bdf3d8213798436ee93d0dd052772 /Makefile
parent721bbd8f92d80286f12509fbbcff9f2f8e334093 (diff)
add nomutex support to disable it per message struct
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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}"