diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-03 10:59:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-03 10:59:34 +0200 |
commit | 548bdfb7bdd7c4761b58bed18b0032afc05b3ce4 (patch) | |
tree | 60394a7ffbfc7ff1509c9f9f62be6d66d8bea2ae /libbuild2/rule.cxx | |
parent | a34582df17e2ca4a4e1b204152c82d935bca7467 (diff) |
Add match_rule() in addition to match_recipe()
Diffstat (limited to 'libbuild2/rule.cxx')
-rw-r--r-- | libbuild2/rule.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index 6af074c..8b2b021 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -153,6 +153,7 @@ namespace build2 } const file_rule file_rule::instance; + const rule_match file_rule::rule_match ("file", file_rule::instance); // alias_rule // |