build(Makefile): clean more files and dirs

This commit is contained in:
Sarah Vaupel 2024-09-19 11:34:24 +02:00
parent c574996714
commit 793ed1af32

View File

@ -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: