mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
12 lines
312 B
Makefile
12 lines
312 B
Makefile
|
|
build:
|
|
go get
|
|
go install
|
|
cd generate-gnostic; go get; go install
|
|
cd apps/disco; go get; go install
|
|
cd apps/report; go get; go install
|
|
cd apps/petstore-builder; go get; go install
|
|
cd plugins/gnostic-summary; go get; go install
|
|
cd plugins/gnostic-analyze; go get; go install
|
|
cd extensions/sample; make
|
|
|