Add a Makefile target that cleans everything cleanable

This commit is contained in:
Dave Pearson
2023-02-08 08:26:34 +00:00
parent 4055373725
commit 9500fa925a

View File

@@ -49,3 +49,6 @@ docs-deploy: clean-screenshot-cache
.PHONY: build
build: docs-build-offline
poetry build
.PHONY: clean
clean: clean-screenshot-cache clean-offline-docs