]> git.draconx.ca Git - zshconf.git/blob - Makefile
zprofile: Consider user .dircolors if it exists.
[zshconf.git] / Makefile
1 ZCOMPILE = zsh -c 'zcompile $$@' zsh
2
3 SCRIPTS = $(wildcard zshenv zprofile zshrc zlogin zlogout)
4 TARGETS = $(SCRIPTS:%=%.zwc)
5
6 all: $(TARGETS)
7
8 clean:
9         rm -f $(TARGETS)
10
11 %.zwc: %
12         $(ZCOMPILE) $*