aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-16 01:47:59 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-16 01:48:06 +0200
commitc7637228fc904ca5193db2241c09958f341cdf7d (patch)
treeca7a541bf2a4d297bbdc74306cc0a9098d7410b3 /Makefile
parentc6dfa03b44f23b0d1dc8b703663c6ca8601b9dd8 (diff)
downloaddotfiles-c7637228fc904ca5193db2241c09958f341cdf7d.tar.xz
Makefile: ln with -f
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 48a55ee..6516ed0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
install:
- -ln -s "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv"
- -ln -sn "$(PWD)/ssh" "$(HOME)/.ssh"
- -ln -sn "$(PWD)/gnupg" "$(HOME)/.gnupg"
+ -ln -sf "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv"
+ -ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh"
+ -ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg"