C/C++ build rules for Yabt
Commits
Author
Commit
Message
Date
This was causing that the same build flag got included many times over,
and triggering unintentional rebuilds
This helps to ensure that targets are resolved by the time they are used
as dependencies, removing any dependency from the order in which
:build() methods are called.