diff --git a/Makefile b/Makefile index dfe9c3816..51369ba77 100644 --- a/Makefile +++ b/Makefile @@ -55,10 +55,11 @@ help: # HELP: remove all compilation results in the directory but leave containers and images unharmed clean: rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known - rm -rf .stack .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc + rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc rm -rf bin/ .Dockerfile develop/ # HELP: like clean but with container and image prune clean-all: clean + rm -rf .stack $(CONTAINER_COMMAND) system prune --all --force --volumes $(CONTAINER_COMMAND) image prune --all --force $(CONTAINER_COMMAND) volume prune --force