diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,8 +50,7 @@ pass: | |||
50 | mkdir -p $@ | 50 | mkdir -p $@ |
51 | 51 | ||
52 | mutt: ~/.local/share/application | 52 | mutt: ~/.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 | ||
57 | tmux: | 56 | tmux: |