From 461bcaee80a93e0eeb97d022971900f40155c1d4 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 18 Nov 2023 17:46:01 -0700 Subject: [PATCH] Makefile: add colors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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