aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7986c92..9556dd9 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
.venv: .venv/touchfile
.venv/touchfile: requirements.txt solo-tool-project/pyproject.toml cli-project/pyproject.toml web-project/pyproject.toml
- rm -rf venv
+ rm -rf .venv
uv venv
uv pip install -r requirements.txt
touch .venv/touchfile