aboutsummaryrefslogtreecommitdiff
path: root/gitstatus/Makefile
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-06-27 19:48:35 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-06-27 19:48:35 +0300
commit73eff3a033b409ee440ac32a7871f6d4db038982 (patch)
treea3aa2d54d9c16d9e1b59e4cd61b7a08e1171d06d /gitstatus/Makefile
parentc003c253e8f4b3afde76d09c95691f77178b7cc8 (diff)
parentf1ff6804871d47381b9bd398a60f4c77174fd1d3 (diff)
Merge commit 'f1ff6804871d47381b9bd398a60f4c77174fd1d3'
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)