Squashed 'gitstatus/' changes from 260a5f4b..76182238
76182238 add zwc make target ea398d90 update libgit2 ref (https://github.com/romkatv/powerlevel10k/issues/1428) git-subtree-dir: gitstatus git-subtree-split: 7618223859f614a76ed8019f1a60ee3df18984cf
This commit is contained in:
parent
038de6f78b
commit
f1ff680487
2 changed files with 5 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -38,4 +38,7 @@ pkg:
|
|||
GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f
|
||||
$(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done'
|
||||
|
||||
zwc:
|
||||
$(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done'
|
||||
|
||||
-include $(OBJS:.o=.dep)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue