tidalf/plugin.audio.qobuz

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
clean:
    find . -name "*.pyc" -exec rm '{}' \;
    find . -name "*.pyo" -exec rm '{}' \;