diff --git a/Makefile b/Makefile index 1841b3f..e57c469 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ clean: .PHONY: cleanall cleanall: clean docker-compose -f docker-compose-development.yml down -v --rmi local - rm venv + rm -r .venv .PHONY: init init: