summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fc648e5..2a7fd08 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# cd ~/go/src/google.golang.org/protobuf/cmd/protoc-gen-go
# go install
-all: droplet.pb.go hypervisor.pb.go event.pb.go experiment.pb.go goimports vet
+all: droplet.pb.go hypervisor.pb.go event.pb.go goimports vet
vet:
@GO111MODULE=off go vet
@@ -31,9 +31,6 @@ hypervisor.pb.go: hypervisor.proto
event.pb.go: event.proto
autogenpb --proto event.proto
-experiment.pb.go: experiment.proto
- autogenpb --proto experiment.proto
-
deps:
apt install golang-goprotobuf-dev
apt install protobuf-compiler