diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 00:58:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 00:58:12 -0500 |
| commit | adb44a864f37e99e775460cf74ec6701fc34ebf8 (patch) | |
| tree | 0e1330143c6fc0c4c9b0fd04376408e866fbc38c /Makefile | |
| parent | 706dbbc53328dbfe74f70aee38765551d6a836d0 (diff) | |
more COBOL
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 |
