From 5f6d352aaa4c1273d95a740768c0079ae02005c5 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 25 Feb 2025 09:30:59 +0100 Subject: Remove legacy gui, update makefile and readme --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13e51b6..d9ee657 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: .venv: .venv/touchfile -.venv/touchfile: requirements.txt solo-tool-project/pyproject.toml cli-project/pyproject.toml gui-project/pyproject.toml +.venv/touchfile: requirements.txt solo-tool-project/pyproject.toml cli-project/pyproject.toml web-project/pyproject.toml rm -rf venv uv venv uv pip install -r requirements.txt -- cgit v1.2.3