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 %: