mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
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'
|