diff --git a/Makefile b/Makefile index c20d813..004d5c1 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ clean: .PHONY: cleanall cleanall: clean docker-compose -f docker-compose-development.yml down -v --rmi local - rm -rf venv/ + rm venv .PHONY: init init: