diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,6 +23,9 @@ web-deploy: .venv/touchfile web-dev: .venv/touchfile ./.venv/bin/python web-project/src/solo_tool_web.py +cli: .venv/touchfile + ./.venv/bin/solo-tool-cli https://files.0xf7.com amboss + install: deployment/solo-tool.service deployment/start-solo-tool.sh mkdir -p ~/.config/systemd/user install -o eddy -g eddy -m 644 deployment/solo-tool.service ~/.config/systemd/user @@ -36,4 +39,4 @@ uninstall: rm ~/.config/systemd/user/solo-tool.service systemctl --user daemon-reload -.PHONY: all test clean web-deploy web-dev install uninstall +.PHONY: all test clean web-deploy web-dev cli install uninstall |