feat: c: log colorized

This commit is contained in:
2025-04-04 14:07:17 +00:00
parent 7258adbcc2
commit d5ef2bf551
3 changed files with 34 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ fi
case "$MODE" in
watch)
find . -type d | nix run .#watch -- 'sh ./make.sh build' -p '*.c' -p '*.h' 2>&1
find . -type d | nix run .#watch -- 'sh ./make.sh build && sh ./make.sh check' -p '*.c' -p '*.h' 2>&1
;;
build)
mkdir -p target