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