diff options
Diffstat (limited to 'build/target.cxx')
-rw-r--r-- | build/target.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/target.cxx b/build/target.cxx index c1c5ef4..cf8747f 100644 --- a/build/target.cxx +++ b/build/target.cxx @@ -50,6 +50,12 @@ namespace build // target // + void target:: + reset (action_type) + { + prerequisite_targets.clear (); + } + group_view target:: group_members (action_type) const { |