mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
12 lines
636 B
Makefile
12 lines
636 B
Makefile
|
|
build:
|
|
go install github.com/googleapis/gnostic
|
|
go install github.com/googleapis/gnostic/apps/report
|
|
go install github.com/googleapis/gnostic/plugins/go/gnostic_go_sample
|
|
go install github.com/googleapis/gnostic/plugins/go/gnostic_go_generator/encode_templates
|
|
go generate github.com/googleapis/gnostic/plugins/go/gnostic_go_generator
|
|
go install github.com/googleapis/gnostic/plugins/go/gnostic_go_generator
|
|
rm -f $(GOPATH)/bin/gnostic_go_client $(GOPATH)/bin/gnostic_go_server
|
|
ln -s $(GOPATH)/bin/gnostic_go_generator $(GOPATH)/bin/gnostic_go_client
|
|
ln -s $(GOPATH)/bin/gnostic_go_generator $(GOPATH)/bin/gnostic_go_server
|
|
|