1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 04:30:46 +00:00
powerlevel10k/Makefile
2020-11-26 11:17:01 +01:00

7 lines
197 B
Makefile

ZSH := $(shell command -v zsh 2> /dev/null)
all:
pkg:
cd gitstatus && $(MAKE) pkg && cd ..
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'