8 lines
156 B
Makefile
8 lines
156 B
Makefile
# list commands
|
|
default:
|
|
just --list --unsorted
|
|
|
|
# build html
|
|
html:
|
|
pandoc -f markdown -t html5 -s -H style.html -o townies-and-taverns.html emails.txt
|