Files
sw_pyalsaaudio/Makefile
2025-12-01 23:26:37 +01:00

9 lines
87 B
Makefile

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