mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01: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:
|
pkg:
|
||||||
$(MAKE) -C gitstatus pkg
|
$(MAKE) -C gitstatus pkg
|
||||||
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
|
$(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…
Add table
Add a link
Reference in a new issue