From 793ed1af32fcf61d3695233c6e3b4766c8a17e1c Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 19 Sep 2024 11:34:24 +0200 Subject: [PATCH] build(Makefile): clean more files and dirs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 06b1967ed..ffa140967 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,9 @@ all: .PHONY: clean clean: - rm -rf node_modules .npm .cache assets/icons assets/favicons well-known static/ + rm -rf node_modules .npm .cache assets/icons assets/favicons well-known .well-known-cache static/ rm -rf .stack .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc - rm -rf bin/ + rm -rf bin/ .Dockerfile .dev-port-http .dev-port-https .PHONY: release release: