mirror of
https://github.com/encounter/dtk-template.git
synced 2025-12-21 02:39:13 +00:00
This deduplicates dependencies on custom build rules by writing them once and using phony targets to collect them. Uses order_only instead of implicit dependencies to avoid rebuilding source files when a custom build rule is dirty. Cleans up typing issues in ninja_syntax.py.