books/justfile
Christopher P. Brown 23d6d84d43 📚
- export catalog
- add books.rec
- switch from makefile to justfile
2022-01-07 12:51:53 -07:00

12 lines
163 B
Makefile

# show all commands
default:
just --list
# generate rss
rss:
./genfeed.py < books.csv > feed.xml
# make rec
rec:
csvformat books.csv | csv2rec > books.rec