diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -5,6 +5,16 @@ provision: | |||
| 5 | go build \ | 5 | go build \ |
| 6 | go install | 6 | go install |
| 7 | 7 | ||
| 8 | dev: | ||
| 9 | openring -l 180 -n 4 -p 1 \ | ||
| 10 | -s https://cronokirby.com/posts/index.xml \ | ||
| 11 | -s https://drewdevault.com/feed.xml \ | ||
| 12 | -s https://danluu.com/atom.xml \ | ||
| 13 | -s https://serokell.io/blog.rss.xml \ | ||
| 14 | < template/openring.tmpl \ | ||
| 15 | > template/openring-build.html | ||
| 16 | alternator --watch | ||
| 17 | |||
| 8 | build: | 18 | build: |
| 9 | mkdir -p public | 19 | mkdir -p public |
| 10 | openring -l 180 -n 4 -p 1 \ | 20 | openring -l 180 -n 4 -p 1 \ |
