dotfiles/zsh/GNUmakefile

10 lines
162 B
Text
Raw Normal View History

2016-10-09 00:02:50 +02:00
include ../dotfiles.mk
2016-10-19 22:52:36 +02:00
all: .profile .zshrc .zsh/functions/unzip.zwc
2016-10-09 00:02:50 +02:00
.%: %.org
$(call tangle,sh)
2016-10-19 22:52:36 +02:00
.zsh/functions/%.zwc: .zsh/functions/%
zsh -c "zcompile $^"