You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
354 B
Makefile
15 lines
354 B
Makefile
ZSH := $(shell command -v zsh 2> /dev/null)
|
|
|
|
all:
|
|
|
|
zwc:
|
|
$(MAKE) -C gitstatus zwc
|
|
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
|
|
|
|
minify:
|
|
$(MAKE) -C gitstatus minify
|
|
rm -rf -- .git .gitattributes .gitignore LICENSE Makefile README.md font.md powerlevel10k.png
|
|
|
|
pkg: zwc
|
|
$(MAKE) -C gitstatus pkg
|