summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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