7 lines
119 B
Makefile
7 lines
119 B
Makefile
|
|
.PHONY: all
|
|
all:
|
|
python3 ./main.py
|
|
|
|
public/pyg.css:
|
|
pygmentize -S dracula -f html -a .codehilite > ./public/pyg.css
|