go-rln/Makefile

9 lines
260 B
Makefile
Raw Normal View History

2021-09-13 13:37:42 +02:00
.PHONY: rlnlib
2021-09-13 16:42:26 +02:00
2021-09-13 13:37:42 +02:00
rlnlib:
2021-09-13 18:41:52 +02:00
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/
2021-09-13 13:38:15 +02:00
# @TODO TARGET FOR BINDINGS.