7 lines
90 B
Makefile
7 lines
90 B
Makefile
.PHONY: run_ut build
|
|
run_ut:
|
|
uv run pytest
|
|
|
|
build:
|
|
uv run pyinstaller ./taskrunner.spec
|