add makefile

main
Christopher P. Brown 2021-04-17 11:02:34 -06:00
parent dbceefe37c
commit a04db2f312
2 changed files with 3 additions and 1 deletions

2
Makefile 100644
View File

@ -0,0 +1,2 @@
default: books.csv genfeed.py
./genfeed.py < books.csv > feed.xml

View File

@ -6,7 +6,7 @@
<link>https://git.tilde.town/dozens/books</link>
<atom:link rel="self" type="application/rss+xml" href="https://git.tilde.town/dozens/books/raw/branch/main/feed.xml"/>
<language>en-US</language>
<pubDate>Sat, 17 Apr 2021 17:00:58 +0000</pubDate>
<pubDate>Sat, 17 Apr 2021 17:02:13 +0000</pubDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<webMaster>dozens@tilde.town (~dozens)</webMaster>
<generator>Python 3.7.7</generator>