summaryrefslogtreecommitdiff
path: root/.crontab
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 16:19:48 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 16:19:48 -0400
commite2af4d64645b78b50f649fed215896f38ebd2d48 (patch)
treeed02f73d96363394eac0f86e4c84fe9bba12cb1f /.crontab
parent5b43cb331c51e009f11d21badd7be06ed8e3f7e9 (diff)
Have make keep going on errors
* .crontab: send make the -k flag
Diffstat (limited to '.crontab')
-rw-r--r--.crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/.crontab b/.crontab
index 34730b9..3439aa4 100644
--- a/.crontab
+++ b/.crontab
@@ -1,3 +1,3 @@
# m h dom mon dow command
*/5 * * * * offlineimap -u quiet
-*/5 * * * * cd $HOME && make
+ */5 * * * * cd $HOME && make -k