aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: aaf7d74c342b8f910e076de07a78190f2edd1c1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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'

zwc:
	$(MAKE) -C gitstatus zwc
	$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'