chore: Use installed package to run server

This commit is contained in:
Vikash Kothary 2022-10-14 20:31:21 +01:00
parent 9efa0899e1
commit 3194b53d13

View File

@ -24,7 +24,7 @@ tests:
.PHONY: run
run:
@${PYTHON} src/ankisyncd/__main__.py
@${PYTHON} -m ankisyncd
# Run scripts using make
%: