powerlevel10k/Makefile
Roman Perepelitsa 139413f535 add Makefile
2020-11-24 12:46:00 +01:00

7 lines
208 B
Makefile

ZSH ?= $(shell command -v zsh 2> /dev/null)
all:
pkg:
cd gitstatus && $(MAKE) ZSH=$(ZSH) pkg && cd ..
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'