summaryrefslogtreecommitdiff
path: root/task_cc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'task_cc.cc')
-rw-r--r--task_cc.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/task_cc.cc b/task_cc.cc
index 845ad0e..a5fd9f0 100644
--- a/task_cc.cc
+++ b/task_cc.cc
@@ -113,6 +113,11 @@ TaskCC::TaskCC(const BuildConfiguration& config, const Settings& settings,
}
}
+std::string TaskCC::name() const
+{
+ return target();
+}
+
bool TaskCC::dirtyInner()
{
if(!std::filesystem::exists(sourceFile))