From f07f0248efa402982521880b6cebfb82b058b8af Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 4 Jun 2021 18:00:55 -0700 Subject: [PATCH] Add build.sh --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..0cd81cf --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +cargo build +cargo test --features c-headers -- generate_headers +cc main.c -o main -L target/debug -l bdk_ffi -l pthread -l dl -l m \ No newline at end of file