mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
java_run: lib
|
|
export LIMBO_SYSTEM_PATH=../../target/debug && ./gradlew run
|
|
|
|
.PHONY: lib
|
|
|
|
lib:
|
|
cargo build
|