From 6de8328027d5d50e417ddae275a0358873293b00 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 24 Oct 2024 17:50:50 -0500 Subject: just make a .proto file for experiments Signed-off-by: Jeff Carr --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f4d4ce..b7daa74 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,12 @@ events.pb.go: events.proto --go_opt=Mevents.proto=go.wit.com/lib/protobuf/virtbuf \ events.proto +experiements.pb.go: experiements.proto + cd ~/go/src && protoc --go_out=. \ + --proto_path=go.wit.com/lib/protobuf/virtbuf \ + --go_opt=Mexperiements.proto=go.wit.com/lib/protobuf/virtbuf \ + experiements.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 \ -- cgit v1.2.3