aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
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