default:

generate_pygments_css:
	pygmentize -S lightbulb -f html -a .highlight > static/css/pygments.css

.PHONY: generate_pygments_css