aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7880fa9..84ff27c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,16 @@ provision:
5 go build \ 5 go build \
6 go install 6 go install
7 7
8dev:
9 openring -l 180 -n 4 -p 1 \
10 -s https://cronokirby.com/posts/index.xml \
11 -s https://drewdevault.com/feed.xml \
12 -s https://danluu.com/atom.xml \
13 -s https://serokell.io/blog.rss.xml \
14 < template/openring.tmpl \
15 > template/openring-build.html
16 alternator --watch
17
8build: 18build:
9 mkdir -p public 19 mkdir -p public
10 openring -l 180 -n 4 -p 1 \ 20 openring -l 180 -n 4 -p 1 \