Merged PR 17790: build(Makefile): really clean everything on clean-all

build(Makefile): really clean everything on clean-all
This commit is contained in:
Steffen Jost 2025-03-04 15:41:01 +00:00
commit 926dbae09a

View File

@ -79,8 +79,9 @@ clean-images:
-$(CONTAINER_COMMAND) volume prune --force
.PHONY: clean-all
# HELP: like clean but with full container, image, and volume prune
clean-all: clean-images
clean-all: clean
-rm -rf .stack
$(CONTAINER_COMMAND) system reset --force
.PHONY: release
# HELP: create, commit and push a new release