summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f478fa45ea21299c2338c3d25e732223b973562b (plain)
1
2
3
4
build: $(wildcard entries/*.rst) $(wildcard templates/*.html) entries.json
	python scripts/build.py

.PHONY: build