From 59a60838b67d28cf7a18859754855e167488da42 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sat, 8 Mar 2025 09:32:59 +0100 Subject: Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3