diff --git a/Makefile b/Makefile index 612e375..046fd9e 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ setup-deps: compile: source .venv/bin/activate && sphinx-build -M html source build +clean: + rm -rf build/html/* + nginx-up: podman-compose -f compose.dev.yml --project "ss14-docs" up -d