diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-03-23 03:33:42 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-03-23 03:33:42 +0100 |
| commit | 4c69b3793bd09c92704726e8d89699af983ffef2 (patch) | |
| tree | fc68e923b96b86e66c1cd9a50cd18615aa6a520e /Makefile | |
| parent | 2743df8f19ea16120fbe08f91b3781ddcc05b3f3 (diff) | |
| download | mitjafelicijan.com-4c69b3793bd09c92704726e8d89699af983ffef2.tar.gz | |
Cleanup and added my music page
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -1,11 +1,12 @@ | |||
| 1 | provision: | 1 | provision: |
| 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 | ||
| 8 | build: | 8 | build: |
| 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 \ |
