microblog.py/Makefile
likho 92f7d7dcf2 pre-publish to master (#3)
Making the project ready for the public.
2022-04-09 19:57:56 -07:00

16 lines
363 B
Makefile

all: template.html content.txt timeline.css
python microblog.py ./template.html ./content.txt > result.html
# for people who don't want to read the README
# and want to hit `make` to see how things work.
template.html:
cp ./template-generic.html template.html
timeline.css:
cp ./timeline-generic.css timeline.css
content.txt:
cp example.txt content.txt