aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3c6b62..72483d7 100644
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,7 @@ pass:
50 mkdir -p $@ 50 mkdir -p $@
51 51
52mutt: ~/.local/share/application 52mutt: ~/.local/share/application
53 rm -rf ~/.config/mutt 53 ln -sf `pwd`/mutt -T ~/.config/mutt
54 ln -sf `pwd`/mutt ~/.config/mutt
55 ln -sf `pwd`/mutt/mutt.desktop $< 54 ln -sf `pwd`/mutt/mutt.desktop $<
56 55
57tmux: 56tmux: