Remove the virtualenv with make

This commit is contained in:
Andreas Zweili 2022-11-16 21:33:30 +01:00
parent c07bc5268b
commit c56b51ebd3
1 changed files with 1 additions and 1 deletions

View File

@ -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: