summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-30 18:24:14 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-30 18:24:14 -0400
commit60573896b4d4cc6820172cc9ad2d4355f7168662 (patch)
tree2c26fdefa9e1edcba31d755b0632fd417d97a71a /Makefile
parent6f7d74f8a0c5a77441b34e3b42950c18127da3d7 (diff)
sitegen stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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))