2021-07-28 14:06:43 -07:00
|
|
|
central:
|
2026-02-05 14:44:53 -08:00
|
|
|
curl -sSL https://docs.zerotier.com/redocusaurus/plugin-redoc-0.yaml > zerotier-central-api/openapi.yaml
|
2021-07-28 20:34:00 -07:00
|
|
|
cd zerotier-central-api && cargo build && cargo clean
|
2021-07-28 14:06:43 -07:00
|
|
|
|
|
|
|
|
service:
|
2024-11-06 16:12:27 -08:00
|
|
|
curl -sSL https://github.com/zerotier/zerotier-one-api-spec/releases/latest/download/openapi.yaml > zerotier-one-api/openapi.yaml
|
2021-07-28 20:34:00 -07:00
|
|
|
cd zerotier-one-api && cargo build && cargo clean
|
2021-07-28 14:06:43 -07:00
|
|
|
|
2021-07-28 20:17:07 -07:00
|
|
|
.PHONY: central service
|