build(Makefile): cleanup new stack-work dirs

This commit is contained in:
Sarah Vaupel 2024-11-08 02:30:47 +01:00
parent b5e7b970e3
commit 2691925557

View File

@ -65,7 +65,7 @@ help:
clean:
rm -rf develop
-rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known config/manifest.json
-rm -rf .stack-work .stack-work-run .stack-work-test .stack-work-doc .stack-work.lock
-rm -rf .stack-work .stack-work.lock .stack-work-compile .stack-work-start .stack-work-test .stack-work-lint .stack-work-hoogle
-rm -rf bin .Dockerfile develop
-$(CONTAINER_COMMAND) container prune --force
.PHONY: clean-all