1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00
This commit is contained in:
Bastian Venthur
2024-07-08 15:35:58 +02:00
parent 5943dab690
commit c4f3c09730
2 changed files with 4 additions and 28 deletions

View File

@@ -65,6 +65,10 @@ serve-docs: $(VENV)
manpage: $(VENV)
help2man $(BIN)/blag --no-info -n "blog-aware, static site generator" -o debian/blag.1
.PHONY: benchmark
benchmark: $(VENV)
$(BIN)/pytest --no-cov -rP tests/benchmark.py
.PHONY: clean
clean:
rm -rf build dist *.egg-info