rust-gui-experiments/justfile

11 lines
101 B
Makefile
Raw Normal View History

2024-10-20 20:16:34 -07:00
_default:
@just --list
run *args:
cargo run -- {{args}}
floem:
cargo run --bin floem