summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-10-09 11:41:37 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-10-09 11:41:37 +0100
commitfaad1b072a930b504adfaef4324d8469e1a57502 (patch)
treeaff5ead6fedb1aa6f35d0a23b8ef35ec19f68d04 /.zsh
parent3125a8c2efacb0aa4191d9dd0c06ce0af16dd2c0 (diff)
Correct errors in Makefiles
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/.zsh/Makefile b/.zsh/Makefile
index 74a4bfc..cbc6388 100644
--- a/.zsh/Makefile
+++ b/.zsh/Makefile
@@ -9,9 +9,8 @@ $(HOME)/.zshrc :
$(HOME)/.zsh :
rm -f $@ && ln -s $(PWD) $@
-$(HOME)/.zgen : $(PWD)/zgen
- cp -r $(PWD)/zgen $@
+$(HOME)/.zgen :
+ rm -f $@ && ln -s $(PWD)/zgen $@
clean :
- rm -f $(HOME)/.zsh $(HOME)/.zshrc
- rm -rf $(HOME)/.zgen
+ rm -f $(TARGETS)