blog/Makefile

9 lines
165 B
Makefile
Raw Normal View History

2025-02-16 16:24:38 -05:00
public/pyg.css: pygments_theme.txt
pygmentize -S "$(shell cat pygments_theme.txt)" -f html -a .codehilite > ./public/pyg.css
2025-02-16 16:24:38 -05:00
.PHONY: all
all:
python3 ./main.py
2025-04-29 16:05:09 -04:00