Add build.sh

This commit is contained in:
Steve Myers 2021-06-04 18:00:55 -07:00
parent d14ea9a059
commit f07f0248ef

3
build.sh Executable file
View File

@ -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