From 8967345a7274163f2b548857aefc237a97429490 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Jul 2026 22:53:55 -0700 Subject: GNUmakefile: Add color to zsh module compilation --- GNUmakefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 4370104..2311748 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -120,7 +120,9 @@ mbsync: mbsync/.config/cron/mbsync.guile ## ZSH zsh: zsh/.profile zsh/.zshrc zsh/.zsh/functions/unzip.zwc \ - zsh/.zsh/functions/x-yank.zwc zsh/.zsh/functions/x-copy-region-as-kill.zwc + zsh/.zsh/functions/x-yank.zwc zsh/.zsh/functions/x-copy-region-as-kill.zwc \ + zsh/.zsh/functions/settitle.zwc zsh/.zsh/functions/spwd.zwc \ + zsh/.zsh/functions/x-kill-region.zwc ## Nyxt @@ -149,7 +151,8 @@ nyxt: nyxt/.config/nyxt/init.lisp $(call tangle) %.zwc: % - zsh -c "zcompile $@ $^" + @printf "\e[30;45m ZWC \e[0m %s\n" $< + @zsh -c "zcompile $@ $^" check: $(SCHEME_IMPLEMENTATION) --no-auto-compile test.scm -- cgit v1.3-2-g0d8e