aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a20ee2..13e51b6 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,7 @@ clean:
uv pip install -r requirements.txt
touch .venv/touchfile
-.PHONY: all test clean
+gui: .venv/touchfile
+ ./.venv/bin/python web-project/src/solo_tool_web.py
+
+.PHONY: all test clean gui