8 lines
84 B
Makefile
8 lines
84 B
Makefile
_:
|
|
@just --list
|
|
|
|
build:
|
|
cargo build --release --target wasm32-unknown-unknown
|
|
|
|
|