diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |