Merged PR 17790: build(Makefile): really clean everything on clean-all
build(Makefile): really clean everything on clean-all
This commit is contained in:
commit
926dbae09a
3
Makefile
3
Makefile
@ -79,8 +79,9 @@ clean-images:
|
|||||||
-$(CONTAINER_COMMAND) volume prune --force
|
-$(CONTAINER_COMMAND) volume prune --force
|
||||||
.PHONY: clean-all
|
.PHONY: clean-all
|
||||||
# HELP: like clean but with full container, image, and volume prune
|
# HELP: like clean but with full container, image, and volume prune
|
||||||
clean-all: clean-images
|
clean-all: clean
|
||||||
-rm -rf .stack
|
-rm -rf .stack
|
||||||
|
$(CONTAINER_COMMAND) system reset --force
|
||||||
|
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
# HELP: create, commit and push a new release
|
# HELP: create, commit and push a new release
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user