diff options
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 \ |
