Files
turso/Makefile
2023-09-30 15:40:35 +03:00

5 lines
85 B
Makefile

all:
cargo build
cargo build --package limbo-wasm --target wasm32-wasi
.PHONY: all