Files
simple-rust-tests/__ffi/robusta_jni/justfile
2021-04-10 00:12:55 +08:00

9 lines
196 B
Makefile

_:
@just --list
build:
cargo build
java_run: build
javac com/example/robusta/HelloWorld.java && RUST_BACKTRACE=full java -Djava.library.path=../target/debug com.example.robusta.HelloWorld