mirror of
https://github.com/imgfloat/docs.git
synced 2026-02-04 20:09:25 +00:00
7 lines
72 B
Makefile
7 lines
72 B
Makefile
.ONESHELL:
|
|
.DELETE_ON_ERROR:
|
|
|
|
.PHONY: serve
|
|
serve:
|
|
uv run mkdocs serve
|