From 6416e444df42e45d01a905758cc1876aa63dc44f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 19 Oct 2016 22:52:36 +0200 Subject: Add zsh unxip function --- zsh/GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'zsh/GNUmakefile') diff --git a/zsh/GNUmakefile b/zsh/GNUmakefile index 1b688ee..32f2011 100644 --- a/zsh/GNUmakefile +++ b/zsh/GNUmakefile @@ -1,6 +1,9 @@ include ../dotfiles.mk -all: .profile +all: .profile .zshrc .zsh/functions/unzip.zwc .%: %.org $(call tangle,sh) + +.zsh/functions/%.zwc: .zsh/functions/% + zsh -c "zcompile $^" -- cgit v1.3-2-g0d8e