mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
7 lines
90 B
Makefile
7 lines
90 B
Makefile
|
|
build:
|
|
./COMPILE-PROTOS.sh
|
|
go get ./...
|
|
go install ./...
|
|
cd extensions/sample; make
|
|
|