mirror of
https://github.com/encounter/nod.git
synced 2026-03-30 11:31:40 -07:00
4 lines
133 B
Makefile
4 lines
133 B
Makefile
# Generate the nod-ffi C header
|
|
cbindgen:
|
|
cbindgen --config nod-ffi/cbindgen.toml --crate nod-ffi --output nod-ffi/include/nod.h
|