1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/vendor/github.com/googleapis/gnostic/extensions/sample/Makefile
2019-10-23 23:19:53 -07:00

8 lines
384 B
Makefile
Executable file

build:
generate-gnostic --extension x-sampleone.json --out_dir=generated
cd generated/gnostic-x-sampleone/proto; protoc --go_out=. *.proto
cd generated/gnostic-x-sampleone; go get; go install
generate-gnostic --extension x-sampletwo.json --out_dir=generated
cd generated/gnostic-x-sampletwo/proto; protoc --go_out=. *.proto
cd generated/gnostic-x-sampletwo; go get; go install