mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
4 lines
141 B
Makefile
4 lines
141 B
Makefile
|
regenerate:
|
||
|
go install github.com/gogo/protobuf/protoc-gen-gogo
|
||
|
protoc --gogo_out=. --proto_path=../../../../../:../../protobuf/:. *.proto
|