Makefile: Add a target to run the daemon.

This commit is contained in:
Damir Jelić 2019-04-11 14:20:38 +02:00
parent 5151095740
commit 8748fec979

View File

@ -8,3 +8,6 @@ coverage:
typecheck:
mypy --ignore-missing-imports pantalaimon
run-local:
python -m pantalaimon.daemon https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug