mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-31 09:20:13 +01:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
rm -r include || true
|
||
|
|
||
|
# if the script crashes here, run `cargo install cbindgen`
|
||
|
cbindgen --config cbindgen.toml --clean --output include/servicepoint2.h
|