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