powerlevel10k/Makefile

12 lines
320 B
Makefile
Raw Normal View History

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