aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: f78c379f788c8186ad21b6ab541ec6cb9be2b20a (plain) (tree)
1
2
3
4
5
6
7






                                                                                                             
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'