add zwc make target
parent
73eff3a033
commit
0c862a1307
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…
Reference in New Issue