From 3194b53d137455da37ecf07d865e08a33e801676 Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Fri, 14 Oct 2022 20:31:21 +0100 Subject: [PATCH] chore: Use installed package to run server --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30e8f2c..8084277 100755 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ tests: .PHONY: run run: - @${PYTHON} src/ankisyncd/__main__.py + @${PYTHON} -m ankisyncd # Run scripts using make %: