1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 23:55:41 +07:00
ansible-setup/roles/common/files/zsh-theme-powerlevel10k/Makefile
2022-06-29 17:19:22 +07:00

8 lines
185 B
Makefile
Executable File

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