aboutsummaryrefslogtreecommitdiff
path: root/gitstatus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gitstatus/Makefile')
-rw-r--r--gitstatus/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitstatus/Makefile b/gitstatus/Makefile
index 0141dd90..b3001c34 100644
--- a/gitstatus/Makefile
+++ b/gitstatus/Makefile
@@ -38,4 +38,7 @@ pkg:
GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f
$(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done'
+zwc:
+ $(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done'
+
-include $(OBJS:.o=.dep)