Changed VENV_PATH from 'venv' to '.venv'

This commit is contained in:
saundersp
2024-11-08 01:22:49 +01:00
parent 512a21cdb3
commit e9df962d7a
4 changed files with 6 additions and 10 deletions

View File

@ -57,7 +57,7 @@ clean:
.PHONY: mrproper
mrproper: clean
@rm -rfv __pycache__ venv
@rm -rfv __pycache__ .venv
.PHONY: help
help: