diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -6,9 +6,11 @@ provision: | |||
| 6 | go install | 6 | go install |
| 7 | 7 | ||
| 8 | build: | 8 | build: |
| 9 | openring -n 4 -p 2 \ | 9 | openring -l 180 -n 4 -p 1 \ |
| 10 | -s https://cronokirby.com/posts/index.xml \ | ||
| 10 | -s https://drewdevault.com/feed.xml \ | 11 | -s https://drewdevault.com/feed.xml \ |
| 11 | -s https://danluu.com/atom.xml \ | 12 | -s https://danluu.com/atom.xml \ |
| 13 | -s https://serokell.io/blog.rss.xml \ | ||
| 12 | < template/openring.tmpl \ | 14 | < template/openring.tmpl \ |
| 13 | > template/openring-build.html | 15 | > template/openring-build.html |
| 14 | 16 | ||
