go-rln/Makefile

6 lines
144 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
2021-09-13 23:19:40 +02:00
cd lib/rln && cbindgen --config ../cbindgen.toml --crate rln --output ../../rln/librln.h --lang c