Akemi Izuko
461bcaee80
All checks were successful
ci/woodpecker/push/build_rust Pipeline was successful
9 lines
145 B
Makefile
9 lines
145 B
Makefile
check:
|
|
cargo check
|
|
|
|
run:
|
|
@cargo run -- params.toml 2>/dev/null | python3 scripts/format.py | pygmentize -l c
|
|
|
|
debug:
|
|
cargo run -- params.toml
|