mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-03 05:23:13 +00:00
4 lines
100 B
Makefile
4 lines
100 B
Makefile
.PHONY: rlnlib
|
|
rlnlib:
|
|
cd lib/rln && cargo build --release
|
|
cp lib/rln/target/release/librln.* lib/
|