mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-02 18:01:25 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
4 lines
157 B
Makefile
4 lines
157 B
Makefile
|
|
#rebuild the protobuf type definitions
|
|
protoc:
|
|
protoc -I ./grpc/proto/ ./grpc/proto/plugin_manager.proto --go_out=./grpc/proto/ --go-grpc_out=./grpc/proto/
|