aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/target.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile/target.rs')
-rw-r--r--src/makefile/target.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile/target.rs b/src/makefile/target.rs
index c12f666..c3431e4 100644
--- a/src/makefile/target.rs
+++ b/src/makefile/target.rs
@@ -67,7 +67,7 @@ impl Target {
})
}
- fn is_up_to_date(&self, file: &Makefile) -> bool {
+ pub fn is_up_to_date(&self, file: &Makefile) -> bool {
if self.already_updated.get() {
return true;
}