summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 998ff62..3fb2243 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,12 @@ clean:
cat $^ | crontab -
date > '$@'
+# don't do anything, just create these if they doesn't exist
+.crontab.local:
+ touch '$@'
+Maildir:
+ mkdir -p '$@'/{cur,new,tmp}
+
commit:
git commit -a