summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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))