mirror of
https://github.com/zerotier/zerotier-rust-api.git
synced 2026-05-22 16:26:25 -07:00
Makefile: build after gen
Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
central:
|
||||
@DESCRIPTION="OpenAPI bindings to the ZeroTier Central (https:\/\/my.zerotier.com) service" bash generate.sh central zerotier-central-api
|
||||
cd zerotier-central-api && cargo build && cargo clean
|
||||
|
||||
service:
|
||||
@DESCRIPTION="OpenAPI bindings to the ZeroTierOne JSON API" bash generate.sh service zerotier-one-api
|
||||
cd zerotier-one-api && cargo build && cargo clean
|
||||
|
||||
.PHONY: central service
|
||||
|
||||
Reference in New Issue
Block a user