diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-02-25 09:30:59 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-02-25 09:30:59 +0100 |
commit | 5f6d352aaa4c1273d95a740768c0079ae02005c5 (patch) | |
tree | 8e46db6ec28b329fdaa8de68a0bf57c72723c5e7 /Makefile | |
parent | 625d7c970dc6cdacc8768bb4ae486009096f2191 (diff) |
Remove legacy gui, update makefile and readme
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |