From c27cee0d9cd91237bb28bb4a579cccbfe6b01af6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Oct 2013 12:55:58 -0400 Subject: Makefile: set DELETE_ON_ERROR --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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)) -- cgit v1.2.3