mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-25 00:21:58 +00:00
f1ff680487
76182238 add zwc make target ea398d90 update libgit2 ref (https://github.com/romkatv/powerlevel10k/issues/1428) git-subtree-dir: gitstatus git-subtree-split: 7618223859f614a76ed8019f1a60ee3df18984cf
7 lines
185 B
Makefile
7 lines
185 B
Makefile
ZSH := $(shell command -v zsh 2> /dev/null)
|
|
|
|
all:
|
|
|
|
pkg:
|
|
$(MAKE) -C gitstatus pkg
|
|
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
|