Files
sw_pyalsaaudio/Makefile
2025-08-24 22:03:53 +08:00

9 lines
87 B
Makefile

.PHONY: lint test
lint:
uv run pyright
uv run stubtest
test:
uv run tests/test.py