9 lines
126 B
Makefile
9 lines
126 B
Makefile
|
check:
|
||
|
cargo check
|
||
|
|
||
|
run:
|
||
|
cargo run -- params.toml 2>/dev/null | python3 scripts/format.py
|
||
|
|
||
|
debug:
|
||
|
cargo run -- params.toml
|