mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +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
|