summaryrefslogtreecommitdiff
path: root/task_ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'task_ld.h')
-rw-r--r--task_ld.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/task_ld.h b/task_ld.h
index 286fe39..f56f00d 100644
--- a/task_ld.h
+++ b/task_ld.h
@@ -20,9 +20,9 @@ public:
const std::string& target,
const std::vector<std::string>& objects);
- bool dirty() override;
+ bool dirtyInner() override;
- int run() override;
+ int runInner() override;
int clean() override;
std::vector<std::string> depends() const override;
@@ -33,6 +33,7 @@ private:
std::string flagsString() const;
std::vector<std::filesystem::path> objectFiles;
+ std::vector<std::filesystem::path> depFiles;
std::filesystem::path targetFile;
std::filesystem::path flagsFile;