aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/compile
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/compile')
-rw-r--r--build2/cxx/compile3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/cxx/compile b/build2/cxx/compile
index 5134e78..16c62e6 100644
--- a/build2/cxx/compile
+++ b/build2/cxx/compile
@@ -26,6 +26,9 @@ namespace build2
static target_state
perform_update (action, target&);
+ static target_state
+ perform_clean (action, target&);
+
static compile instance;
};
}