mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-02 13:03:07 +00:00
6 lines
144 B
Makefile
6 lines
144 B
Makefile
.PHONY: rlnlib
|
|
|
|
rlnlib:
|
|
sh scripts/build.sh
|
|
cd lib/rln && cbindgen --config ../cbindgen.toml --crate rln --output ../../rln/librln.h --lang c
|