summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 01:05:18 -0500
committerJeff Carr <[email protected]>2025-09-08 01:05:18 -0500
commita3007ba1b5c5d7e9edd939303f112ba041097f60 (patch)
treee38353bc5bebddb03f5f4e7e225149d2dd17c732 /Makefile
parent43281eea6fdfcc534e695ebc58ad929281bf7a3e (diff)
correct protoc syntax
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 08fde9f..0479cf4 100644
--- a/Makefile
+++ b/Makefile
@@ -29,3 +29,11 @@ forgeConfig.pb.go: forgeConfig.proto
patchset.pb.go: patchset.proto
autogenpb --proto patchset.proto
+
+protoc-test:
+ cd ~/go/src && protoc \
+ --proto_path=. \
+ --go_out=. \
+ --go_opt=Mgo.wit.com/lib/protobuf/forgepb/patchset.proto=go.wit.com/lib/protobuf/forgepb \
+ --go_opt=Mgo.wit.com/lib/protobuf/httppb/httpRequest.proto=go.wit.com/lib/protobuf/httppb \
+ go.wit.com/lib/protobuf/forgepb/patchset.proto