mime-todo-spec/Makefile
Tiara Rodney 76266cedc6
init
2026-02-10 18:59:59 +01:00

12 lines
169 B
Makefile

.PHONY: clean
all: build/html build/markdown
build/html:
sphinx-build -b html src build/html
dist/markdown:
sphinx-build -M markdown src dist
clean:
rm -rv build