build(Makefile): also clean .stack-work.lock

This commit is contained in:
Sarah Vaupel 2024-10-23 01:58:16 +02:00
parent e4fdeafc8b
commit 0ab16b2453

View File

@ -61,7 +61,7 @@ help:
clean:
$(MAKE) stop
-rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known
-rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
-rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc .stack-work.lock
-rm -rf bin .Dockerfile develop
-$(CONTAINER_COMMAND) container prune --force
.PHONY: clean-all