Files
simple-rust-tests/__ffi/robusta_jni/justfile

9 lines
219 B
Makefile

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