summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-10-21 16:26:58 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-10-21 16:26:58 -0400
commitb83c46ff532390168eeb793dbb0c21f47389fcec (patch)
tree13aa3d6c555f8f126e8f7fc911a1eba72b4aa85b /Makefile
parent809560f184fc7ca052c1988a68616292954b5af5 (diff)
make Makefile for fault-tolerant
Diffstat (limited to 'Makefile')
-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