8 lines
113 B
Makefile
8 lines
113 B
Makefile
|
_default:
|
||
|
just --list
|
||
|
|
||
|
|
||
|
# Run the development version of the binary
|
||
|
run-dev *args:
|
||
|
cargo run -- {{args}}
|