aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 656fbcc..7880fa9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
1provision: 1provision:
2 cd ~/Junk 2 cd ~/Junk \
3 git clone https://git.sr.ht/~sircmpwn/openring 3 git clone https://git.sr.ht/~sircmpwn/openring \
4 cd openring 4 cd openring \
5 go build 5 go build \
6 go install 6 go install
7 7
8build: 8build:
9 mkdir -p public
9 openring -l 180 -n 4 -p 1 \ 10 openring -l 180 -n 4 -p 1 \
10 -s https://cronokirby.com/posts/index.xml \ 11 -s https://cronokirby.com/posts/index.xml \
11 -s https://drewdevault.com/feed.xml \ 12 -s https://drewdevault.com/feed.xml \