build(Makefile): really clean everything on clean-all
This commit is contained in:
parent
5752b4b8da
commit
eb67136c0c
3
Makefile
3
Makefile
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user