diff --git a/auth-api/Makefile b/auth-api/Makefile index 1678d1d9d4..aa23d9d702 100644 --- a/auth-api/Makefile +++ b/auth-api/Makefile @@ -21,7 +21,7 @@ license: ## Verify source code license headers. setup: clean install install-dev ## Setup the project clean: clean-build clean-pyc clean-test ## Clean the project - rm -rf venv/ + rm -rf .venv/ clean-build: ## Clean build files rm -fr build/