diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 15:23:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 15:23:40 -0600 |
| commit | 2381c65887caa779b2aecf2c9626de5d17e59536 (patch) | |
| tree | a8e901235323c0498eb7a91302eb3af9b941a1cc /Makefile | |
| parent | ddc0410126f6da0165f48f9023526dc47de52e5b (diff) | |
cleanups for gui pb tables
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
