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