7 lines
73 B
Makefile
7 lines
73 B
Makefile
_:
|
|
@just --list
|
|
|
|
build:
|
|
cargo build --target wasm32-unknown-unknown
|
|
|