summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1603e1..e308f87 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,11 @@ $(INTO)/Maildir/.notmuch: notmuch
@[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak
$(LN) $(PWD)/$< $@
+$(INTO)/.msmtprc: msmtprc
+ @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak
+ $(LN) $(PWD)/$< $@
+ @chmod 600 $(PWD)/$<
+
%.spl : %
@vim -u NONE -c':mkspell! $< | :q'