Makefile: add colors
All checks were successful
ci/woodpecker/push/build_rust Pipeline was successful

This commit is contained in:
Akemi Izuko 2023-11-18 17:46:01 -07:00
parent 5c80987aa5
commit 461bcaee80
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -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