aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac6aae3..656fbcc 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,11 @@ provision:
6 go install 6 go install
7 7
8build: 8build:
9 openring -n 4 -p 2 \ 9 openring -l 180 -n 4 -p 1 \
10 -s https://cronokirby.com/posts/index.xml \
10 -s https://drewdevault.com/feed.xml \ 11 -s https://drewdevault.com/feed.xml \
11 -s https://danluu.com/atom.xml \ 12 -s https://danluu.com/atom.xml \
13 -s https://serokell.io/blog.rss.xml \
12 < template/openring.tmpl \ 14 < template/openring.tmpl \
13 > template/openring-build.html 15 > template/openring-build.html
14 16