correct the cleanup command for the venv

This commit is contained in:
Andreas Zweili 2022-03-01 10:05:19 +01:00
parent 44adc5b94d
commit 5ee0c7caa7
1 changed files with 1 additions and 1 deletions

View File

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