diff options
Diffstat (limited to 'zsh/theme/Makefile')
| -rw-r--r-- | zsh/theme/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/zsh/theme/Makefile b/zsh/theme/Makefile new file mode 100644 index 0000000..86e55ee --- /dev/null +++ b/zsh/theme/Makefile @@ -0,0 +1,14 @@ +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 |
