From 0c862a130710b351e34720fcbc90684239bd9d6c Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Sun, 27 Jun 2021 18:49:57 +0200 Subject: [PATCH] add zwc make target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 116ae41d..aaf7d74c 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,7 @@ all: pkg: $(MAKE) -C gitstatus pkg $(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done' + +zwc: + $(MAKE) -C gitstatus zwc + $(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'