1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 19:10:08 +00:00
powerlevel10k/Makefile

8 lines
185 B
Makefile
Raw Normal View History

2020-11-26 10:17:01 +00:00
ZSH := $(shell command -v zsh 2> /dev/null)
2020-11-24 11:46:00 +00:00
all:
pkg:
$(MAKE) -C gitstatus pkg
2020-11-24 11:46:00 +00:00
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'