From 2691925557d451118af41070754bf38d635b3f88 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 8 Nov 2024 02:30:47 +0100 Subject: [PATCH] build(Makefile): cleanup new stack-work dirs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b356381f..aece0bf18 100644 --- a/Makefile +++ b/Makefile @@ -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