aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-03-23 03:33:42 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-03-23 03:33:42 +0100
commit4c69b3793bd09c92704726e8d89699af983ffef2 (patch)
treefc68e923b96b86e66c1cd9a50cd18615aa6a520e /Makefile
parent2743df8f19ea16120fbe08f91b3781ddcc05b3f3 (diff)
downloadmitjafelicijan.com-4c69b3793bd09c92704726e8d89699af983ffef2.tar.gz
Cleanup and added my music page
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 \