diff options
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 9975f33..b237f1f 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -410,6 +410,11 @@ namespace build2 value& append (const variable&); + // Ad hoc recipes. + // + public: + vector<adhoc_recipe> adhoc_recipes; + // Target operation state. // public: |