mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-02 13:03:07 +00:00
9 lines
260 B
Makefile
9 lines
260 B
Makefile
.PHONY: rlnlib
|
|
|
|
rlnlib:
|
|
sh scripts/build.sh
|
|
#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.
|