diff options
| author | Jeff Carr <[email protected]> | 2024-10-24 17:50:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-24 17:50:50 -0500 |
| commit | 6de8328027d5d50e417ddae275a0358873293b00 (patch) | |
| tree | f31c96ba856fb0500024ac7cc497189959425255 /Makefile | |
| parent | 68ffae38b71a46a7963ee77c21632a92a9eabe2b (diff) | |
just make a .proto file for experiments
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 \ |
