summaryrefslogtreecommitdiff
path: root/.zsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/Makefile')
-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)