of course I spelled this wrong

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-24 17:52:46 -05:00
parent 6de8328027
commit 7a0925041e
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
# go install
all: droplet.pb.go hypervisor.pb.go cluster.pb.go events.pb.go
all: droplet.pb.go hypervisor.pb.go cluster.pb.go events.pb.go experiments.pb.go
make -C example
vet: lint
@ -48,11 +48,11 @@ events.pb.go: events.proto
--go_opt=Mevents.proto=go.wit.com/lib/protobuf/virtbuf \
events.proto
experiements.pb.go: experiements.proto
experiments.pb.go: experiments.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
--go_opt=Mexperiments.proto=go.wit.com/lib/protobuf/virtbuf \
experiments.proto
cluster.pb.go: cluster.proto
cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/virtbuf \