summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 14:37:32 -0600
committerJeff Carr <[email protected]>2024-11-29 14:37:32 -0600
commit87c3ec310075e4dec692590d02d7516e34275968 (patch)
tree4b383e3fadbf67ab160bdd51a3166572f069e5f3
parent84a042cb15b456e5e7c37fbc922395becf7f071d (diff)
autogenpb sort and marshal files
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0c6343..559a506 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ install:
make -C forgeConfig install
autogenpb:
- autogenpb --proto forgeConfig.proto --lobase forgeConfig --upbase ForgeConfig --sort "ByPath,GoPath" --marshal ForgeConfigs --append GoPath
+ autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" --marshal ForgeConfigs
forgeConfig.pb.go: forgeConfig.proto
# I'm using version v1.35.x from google.golang.org/protobuf/cmd/protoc-gen-go