.PHONY: run_ut build
run_ut:
	uv run pytest

build:
	uv run pyinstaller ./taskrunner.spec
