diff options
| author | 2026-07-07 22:53:55 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 8967345a7274163f2b548857aefc237a97429490 (patch) | |
| tree | 65babc1ac919905347ba6997cbb4f69aaff5dab9 /GNUmakefile | |
| parent | d077a21a682faa27ab6f153650f38737894af7af (diff) | |
| download | new-dotfiles-8967345a7274163f2b548857aefc237a97429490.tar.gz new-dotfiles-8967345a7274163f2b548857aefc237a97429490.zip | |
GNUmakefile: Add color to zsh module compilation
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |
