diff options
Diffstat (limited to 'libbuild2/rule.hxx')
-rw-r--r-- | libbuild2/rule.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx index bf6f0a5..dea9c9a 100644 --- a/libbuild2/rule.hxx +++ b/libbuild2/rule.hxx @@ -178,6 +178,9 @@ namespace build2 static void perform_update_direct (action, const target&); + static void + perform_clean_direct (action, const target&); + fsdir_rule () {} static const fsdir_rule instance; }; |