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 0fc9a3b..7ebeaac 100644
--- a/Makefile
+++ b/Makefile
@@ -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