diff options
| author | 2026-07-07 22:53:55 -0700 | |
|---|---|---|
| committer | 2026-07-07 22:53:55 -0700 | |
| commit | 33482de3bbfc3649585dbe0f65e13aaa6b2a7c85 (patch) | |
| tree | 8316dca6febf5d8190a0a29a502caf5ab6e84fcc /GNUmakefile | |
| parent | afd3d80141e797b63ce6e73c24dfb574f0cfe050 (diff) | |
| download | new-dotfiles-33482de3bbfc3649585dbe0f65e13aaa6b2a7c85.tar.gz new-dotfiles-33482de3bbfc3649585dbe0f65e13aaa6b2a7c85.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 |
