mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
4 lines
163 B
Makefile
4 lines
163 B
Makefile
regenerate:
|
|
protoc --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ \
|
|
--gogo_out=. issue312.proto
|
|
(cd events && make regenerate)
|