From 8748fec979f14d4c375145c02b75dbfefd1f7402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 11 Apr 2019 14:20:38 +0200 Subject: [PATCH] Makefile: Add a target to run the daemon. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4f867dd..a43d49f 100644 --- a/Makefile +++ b/Makefile @@ -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