summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-13 12:55:58 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-13 12:55:58 -0400
commitc27cee0d9cd91237bb28bb4a579cccbfe6b01af6 (patch)
tree15584ad4102c48c39ccb94b8272eb54373bca7b9 /Makefile
parenta3c3a88f39991cb96604d67e54b795f122203444 (diff)
Makefile: set DELETE_ON_ERROR
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3579287..5dae6d2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
articles = $(patsubst %.md,%,$(wildcard public/*.md))
+.DELETE_ON_ERROR:
.SECONDARY:
all: public/index.html $(addsuffix .html,$(articles))