feat: c: log colorized

This commit is contained in:
2025-04-04 14:07:17 +00:00
parent 28de673dc0
commit da4c767974
3 changed files with 34 additions and 6 deletions
+1 -1
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