From 60573896b4d4cc6820172cc9ad2d4355f7168662 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 30 Sep 2016 18:24:14 -0400 Subject: sitegen stuff --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0275851..05a557a 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL = bash -o pipefail + articles = $(sort $(filter-out public/index,$(patsubst %.md,%,$(wildcard public/*.md)))) all: public/index.html public/index.atom $(addsuffix .html,$(articles)) -- cgit v1.2.3