mirror of
https://github.com/encounter/dtk-template.git
synced 2025-08-20 02:51:35 +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.