mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-12 08:59:29 +00:00
add zwc make target
This commit is contained in:
parent
73eff3a033
commit
0c862a1307
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 New Issue
Block a user