Makefile: add colors
All checks were successful
ci/woodpecker/push/build_rust Pipeline was successful
All checks were successful
ci/woodpecker/push/build_rust Pipeline was successful
This commit is contained in:
parent
5c80987aa5
commit
461bcaee80
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ check:
|
|||
cargo check
|
||||
|
||||
run:
|
||||
@cargo run -- params.toml 2>/dev/null | python3 scripts/format.py
|
||||
@cargo run -- params.toml 2>/dev/null | python3 scripts/format.py | pygmentize -l c
|
||||
|
||||
debug:
|
||||
cargo run -- params.toml
|
||||
|
|
Loading…
Reference in a new issue