summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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