include ../dotfiles.mk

all: .profile .zshrc .zsh/functions/unzip.zwc

.%: %.org
	$(call tangle,sh)

.zsh/functions/%.zwc: .zsh/functions/%
	zsh -c "zcompile $^"