powerlevel10k/Makefile

8 lines
197 B
Makefile
Raw Normal View History

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