From adb44a864f37e99e775460cf74ec6701fc34ebf8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 1 Nov 2024 00:58:12 -0500 Subject: more COBOL Signed-off-by: Jeff Carr --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e7c471..3188393 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # go install -all: droplet.pb.go hypervisor.pb.go cluster.pb.go event.pb.go experiments.pb.go +all: droplet.pb.go hypervisor.pb.go event.pb.go experiments.pb.go make -C example vet: lint @@ -54,14 +54,6 @@ experiments.pb.go: experiments.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 \ - --go_opt=Mdroplet.proto=go.wit.com/lib/protobuf/virtbuf \ - --go_opt=Mcluster.proto=go.wit.com/lib/protobuf/virtbuf \ - --go_opt=Mhypervisor.proto=go.wit.com/lib/protobuf/virtbuf \ - --go_opt=Mevent.proto=go.wit.com/lib/protobuf/virtbuf \ - cluster.proto - deps: apt install golang-goprotobuf-dev apt install protobuf-compiler -- cgit v1.2.3