mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00:07 +00:00
140a6ade4e
44504a24 make: remove -Wall 8795883c Specify cmake generator in build file (#441) 3e08476b docs: the project is on life support 12e6a689 Add support to build e2k arch. (#432) a952c3f6 bump version to v1.5.5 git-subtree-dir: gitstatus git-subtree-split: 44504a24b1b999a4f56ff74c75b8215bdcadee1f
14 lines
354 B
Makefile
14 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
|