add zwc make target

This commit is contained in:
Roman Perepelitsa 2021-06-27 18:49:57 +02:00
parent 73eff3a033
commit 0c862a1307

View file

@ -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'