diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-03-08 09:32:59 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-03-08 09:32:59 +0100 |
commit | 59a60838b67d28cf7a18859754855e167488da42 (patch) | |
tree | 509830c24b7bcf10fa378c28dc63332bb4ed7280 | |
parent | 4e02915a3afa5af14080058f09137c68728b4aab (diff) |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |