diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-03 15:47:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-03 15:47:35 +0200 |
commit | abb7bf1045fde14f6ef87c8941ee22af233af397 (patch) | |
tree | 734b8e605c00f79e00687ec4912366b88fbbb050 /build/target.cxx | |
parent | 0db17bfec8b3b6c436f3c9c346d17d98458c3654 (diff) |
match_only rework, part 2
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 { |