mirror of
https://github.com/imgfloat/docs.git
synced 2026-05-08 05:59:34 +00:00
7 lines
72 B
Makefile
7 lines
72 B
Makefile
.ONESHELL:
|
|
.DELETE_ON_ERROR:
|
|
|
|
.PHONY: serve
|
|
serve:
|
|
uv run mkdocs serve
|