mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-23 08:00:51 -05:00
5 lines
143 B
Makefile
5 lines
143 B
Makefile
|
|
#rebuild the protobuf type definitions
|
|
protoc:
|
|
protoc -I ./grpc/proto/ ./grpc/proto/plugin_manager.proto --go_out=plugins=grpc:./grpc/proto/
|