Files

10 lines
387 B
Makefile
Raw Permalink Normal View History

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
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 20:17:07 -07:00
.PHONY: central service