From 02e4b402f3b47914f432ddf625825c660696eff9 Mon Sep 17 00:00:00 2001 From: decanus <7621705+decanus@users.noreply.github.com> Date: Mon, 13 Sep 2021 13:38:15 +0200 Subject: [PATCH] todo --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d87dc46..1061d59 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ .PHONY: rlnlib rlnlib: cd lib/rln && cargo build --release - cp lib/rln/target/release/librln.* lib/ \ No newline at end of file + cp lib/rln/target/release/librln.* lib/ + +# @TODO TARGET FOR BINDINGS. \ No newline at end of file