This commit is contained in:
decanus 2021-09-13 13:38:15 +02:00
parent 67c36ab5fa
commit 02e4b402f3
No known key found for this signature in database
GPG Key ID: 3730AAF5D6589867
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
.PHONY: rlnlib
rlnlib:
cd lib/rln && cargo build --release
cp lib/rln/target/release/librln.* lib/
cp lib/rln/target/release/librln.* lib/
# @TODO TARGET FOR BINDINGS.