From dfc314fa8256f50165fb9c09fb0ae97eda1848e8 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 19 Sep 2024 13:03:25 +0200 Subject: [PATCH] build(Makefile): update clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffa140967..5238b2be2 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: .PHONY: clean clean: - rm -rf node_modules .npm .cache assets/icons assets/favicons well-known .well-known-cache static/ + rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known rm -rf .stack .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc rm -rf bin/ .Dockerfile .dev-port-http .dev-port-https