mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-05 00:05:46 +07:00
8 lines
185 B
Makefile
Executable File
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'
|