2025-02-16 16:24:38 -05:00
|
|
|
|
2025-04-29 16:37:33 -04: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
|
|
|
|