summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-27 06:26:01 -0500
committerJeff Carr <[email protected]>2025-03-27 06:26:01 -0500
commit1b7d44ec42bc5be8f07bb67c0fbbddf36f2e3050 (patch)
tree9fc2157180c98e1b1d3493516ec73394343d2fbf /Makefile
parentebf856a579281c4aea7630d3cc712adac5bb21d7 (diff)
add an enum for messages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3d007b6..351bcae 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ build:
cp -f autogenpb autogenpb.${BUILDTIME}
bak:
- mv -f autogenpb autogenpb.last
+ cp -f autogenpb autogenpb.last
redo-protobuf:
rm -f *.pb.go
@@ -63,7 +63,7 @@ proto:
# use the current autogenpb
proto-local: bak clean
- ./autogenpb.last --proto file.proto --package main
+ ./autogenpb.last --proto file.proto --package main --no-format
junk:
cd example; rm -f go.* *.pb.go