aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-07-14 21:46:27 +0200
committerEddy Pedroni <epedroni@pm.me>2025-07-14 21:46:27 +0200
commit90385e151543344b8894a17bedc31c1a2a01b5d1 (patch)
treeb5e2c7b344b2c6fcda758006b2c5825d372ab9e3 /Makefile
parentd1123a87f1e985ac32507a0a3d0af0cc7a9a4f2b (diff)
Change makefile to use pyproject web binary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9556dd9..e382052 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ clean:
touch .venv/touchfile
gui: .venv/touchfile
- ./.venv/bin/python web-project/src/solo_tool_web.py 8080
+ ./.venv/bin/solo-tool-web 8080
install: deployment/solo-tool.service deployment/start-solo-tool.sh
mkdir -p ~/.config/systemd/user