summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
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