mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
5 lines
85 B
Makefile
5 lines
85 B
Makefile
all:
|
|
cargo build
|
|
cargo build --package limbo-wasm --target wasm32-wasi
|
|
.PHONY: all
|