summaryrefslogtreecommitdiff
path: root/.config/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-06 13:09:16 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-06 13:09:16 -0500
commit2c59bc096e4a0ea16d78d4b726a6dfe6c6a60b81 (patch)
tree4b3fdcb7ea513a08b828f9e647a1ab4879093999 /.config/Makefile
parent39b328618bbf6e898b4fd1cf2e6207d79bc1769b (diff)
.config/Makefile: use .DELETE_ON_ERROR:
Diffstat (limited to '.config/Makefile')
-rw-r--r--.config/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/Makefile b/.config/Makefile
index 7293c8a..909486d 100644
--- a/.config/Makefile
+++ b/.config/Makefile
@@ -35,6 +35,7 @@ ${HOME}/Maildir/%: | ${HOME}/Maildir
mkdir -p '$@'/{cur,new,tmp}
touch '$@'/maildirfolder
+.DELETE_ON_ERROR:
.PHONY: FORCE PHONY
FORCE: ;
PHONY: ;