summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 029c8d8..350fd4b 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,12 @@ droplet.pb.go: droplet.proto
--go_opt=Mdroplet.proto=go.wit.com/lib/protobuf/virtbuf \
droplet.proto
+cluster.pb.go: cluster.proto
+ cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/virtbuf \
+ --go_opt=Mdroplet.proto=go.wit.com/lib/protobuf/virtbuf \
+ --go_opt=Mcluster.proto=go.wit.com/lib/protobuf/virtbuf \
+ cluster.proto
+
events.pb.go: events.proto
protoc --go_out=. events.proto