Struct depgraph::DepGraph [] [src]

pub struct DepGraph { /* fields omitted */ }

Contains the checked and parsed dependency graph, ready for execution (fn make)

Methods

impl DepGraph
[src]

Run the build

If force is true, all build functions will be run, regardless of file times, otherwise build will only be run if one of the dependency files is newer than the output file.