mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-06 10:00:05 -04: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/
|