dotfiles/zsh/GNUmakefile

9 lines
162 B
Makefile

include ../dotfiles.mk
all: .profile .zshrc .zsh/functions/unzip.zwc
.%: %.org
$(call tangle,sh)
.zsh/functions/%.zwc: .zsh/functions/%
zsh -c "zcompile $^"