mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-07 23:43:11 +00:00
8 lines
236 B
Makefile
8 lines
236 B
Makefile
.PHONY: rlnlib
|
|
|
|
rlnlib:
|
|
cd lib/rln && cargo build --release --target=aarch64-apple-darwin
|
|
cbindgen --config ../cbindgen.toml --crate rln --output librln.h --lang c
|
|
mv lib/rln/target/release/librln.* lib/
|
|
|
|
# @TODO TARGET FOR BINDINGS.
|