mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
add zwc make target
This commit is contained in:
parent
73eff3a033
commit
0c862a1307
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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'
|
||||
|
|
Loading…
Reference in a new issue