11 lines
122 B
Makefile
11 lines
122 B
Makefile
_default:
|
|
@just --list
|
|
|
|
|
|
run *args:
|
|
cargo run --bin gui-playground -- {{args}}
|
|
|
|
|
|
floem:
|
|
cargo run --bin floem
|