Files
2026-01-22 18:52:29 +01:00

7 lines
72 B
Makefile

.ONESHELL:
.DELETE_ON_ERROR:
.PHONY: serve
serve:
uv run mkdocs serve