From 0050c6a0022e28d2ecf24f11f409c0da2ef6bdf7 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Mon, 24 Feb 2025 20:25:10 +0100 Subject: Add gui to makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3