From a3007ba1b5c5d7e9edd939303f112ba041097f60 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Sep 2025 01:05:18 -0500 Subject: correct protoc syntax --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3