mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +02:00
Rename to just service.
This commit is contained in:
parent
8aee8cb78b
commit
37ef33caa0
31 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -25,15 +25,15 @@ central-controller-docker: FORCE
|
||||||
docker build -t registry.zerotier.com/zerotier-central/ztcentral-controller:${TIMESTAMP} -f controller/central-docker/Dockerfile .
|
docker build -t registry.zerotier.com/zerotier-central/ztcentral-controller:${TIMESTAMP} -f controller/central-docker/Dockerfile .
|
||||||
|
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
rm -rf ${BUILDDIR} rust-zerotier-core/target rust-zerotier-service/target rust-zerotier-core/src/capi.rs rust-zerotier-service/src/osdep.rs
|
rm -rf ${BUILDDIR} rust-zerotier-core/target service/target rust-zerotier-core/src/capi.rs service/src/osdep.rs
|
||||||
|
|
||||||
distclean: FORCE
|
distclean: FORCE
|
||||||
rm -rf ${BUILDDIR}
|
rm -rf ${BUILDDIR}
|
||||||
|
|
||||||
rust-bindgen: FORCE
|
rust-bindgen: FORCE
|
||||||
cargo install bindgen
|
cargo install bindgen
|
||||||
rm -f rust-zerotier-core/src/capi.rs rust-zerotier-service/src/osdep.rs
|
rm -f rust-zerotier-core/src/capi.rs service/src/osdep.rs
|
||||||
bindgen --no-doc-comments --no-layout-tests --no-derive-debug core/zerotier.h >rust-zerotier-core/src/capi.rs
|
bindgen --no-doc-comments --no-layout-tests --no-derive-debug core/zerotier.h >rust-zerotier-core/src/capi.rs
|
||||||
bindgen --no-doc-comments --no-layout-tests --no-derive-debug osdep/rust-osdep.h >rust-zerotier-service/src/osdep.rs
|
bindgen --no-doc-comments --no-layout-tests --no-derive-debug osdep/rust-osdep.h >service/src/osdep.rs
|
||||||
|
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
Loading…
Add table
Reference in a new issue