aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/GNUmakefile
blob: 32f2011e8b3f9f3f364058b25dcf13b6fc9e2af2 (plain)
1
2
3
4
5
6
7
8
9
include ../dotfiles.mk

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

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

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