Skip to content

Commit

Permalink
Generate vtctldclient RPC client code from vtctlservice protobufs on …
Browse files Browse the repository at this point in the history
…make proto (#15561)

Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord authored Mar 24, 2024
1 parent 4f24560 commit 11f2a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ PROTO_SRCS = $(wildcard proto/*.proto)
PROTO_SRC_NAMES = $(basename $(notdir $(PROTO_SRCS)))
PROTO_GO_OUTS = $(foreach name, $(PROTO_SRC_NAMES), go/vt/proto/$(name)/$(name).pb.go)
# This rule rebuilds all the go files from the proto definitions for gRPC.
proto: $(PROTO_GO_OUTS) vtadmin_web_proto_types
proto: $(PROTO_GO_OUTS) vtadmin_web_proto_types vtctldclient

ifndef NOBANNER
echo $$(date): Compiling proto definitions
Expand Down

0 comments on commit 11f2a4e

Please sign in to comment.