summaryrefslogtreecommitdiff
path: root/.zsh/Makefile
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-09-16 16:23:07 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-09-16 16:23:07 +0100
commit9bf09de19f4a541063610b63f439702c6c96f362 (patch)
treeeb6a0a25276e61fe01a3bd7bfa2be7f45b44747a /.zsh/Makefile
parent64ea5975e6e63cb54b2abf54d5c3ad661280e823 (diff)
Adapt Makefile for zsh
Diffstat (limited to '.zsh/Makefile')
-rw-r--r--.zsh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/.zsh/Makefile b/.zsh/Makefile
index cbc6388..74a4bfc 100644
--- a/.zsh/Makefile
+++ b/.zsh/Makefile
@@ -9,8 +9,9 @@ $(HOME)/.zshrc :
$(HOME)/.zsh :
rm -f $@ && ln -s $(PWD) $@
-$(HOME)/.zgen :
- rm -f $@ && ln -s $(PWD)/zgen $@
+$(HOME)/.zgen : $(PWD)/zgen
+ cp -r $(PWD)/zgen $@
clean :
- rm -f $(TARGETS)
+ rm -f $(HOME)/.zsh $(HOME)/.zshrc
+ rm -rf $(HOME)/.zgen