diff --git a/Makefile b/Makefile index e7d47c8..1b938d1 100644 --- a/Makefile +++ b/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