1
0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-12-12 19:18:28 +02:00
powerlevel10k/Makefile

15 lines
354 B
Makefile
Raw Normal View History

2020-11-26 12:17:01 +02:00
ZSH := $(shell command -v zsh 2> /dev/null)
2020-11-24 13:46:00 +02:00
all:
2021-06-27 18:49:57 +02:00
zwc:
$(MAKE) -C gitstatus zwc
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
2021-07-02 14:39:26 +02:00
minify:
$(MAKE) -C gitstatus minify
rm -rf -- .git .gitattributes .gitignore LICENSE Makefile README.md font.md powerlevel10k.png
pkg: zwc
$(MAKE) -C gitstatus pkg