diff --git a/Makefile b/Makefile index 6b356381f..aece0bf18 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ help: clean: rm -rf develop -rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known config/manifest.json - -rm -rf .stack-work .stack-work-run .stack-work-test .stack-work-doc .stack-work.lock + -rm -rf .stack-work .stack-work.lock .stack-work-compile .stack-work-start .stack-work-test .stack-work-lint .stack-work-hoogle -rm -rf bin .Dockerfile develop -$(CONTAINER_COMMAND) container prune --force .PHONY: clean-all