aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/GNUmakefile')
-rw-r--r--zsh/GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/zsh/GNUmakefile b/zsh/GNUmakefile
index 1b688ee..32f2011 100644
--- a/zsh/GNUmakefile
+++ b/zsh/GNUmakefile
@@ -1,6 +1,9 @@
include ../dotfiles.mk
-all: .profile
+all: .profile .zshrc .zsh/functions/unzip.zwc
.%: %.org
$(call tangle,sh)
+
+.zsh/functions/%.zwc: .zsh/functions/%
+ zsh -c "zcompile $^"