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