mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 15:34:19 +01:00
Add support Java bindings
This add support for Java bindings in the bindings/java directory.
This commit is contained in:
7
bindings/java/Makefile
Normal file
7
bindings/java/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
java_run: lib
|
||||
export LIMBO_SYSTEM_PATH=../../target/debug && ./gradlew run
|
||||
|
||||
.PHONY: lib
|
||||
|
||||
lib:
|
||||
cargo build
|
||||
Reference in New Issue
Block a user