Module Controller/MakefileToJobTree
Functions
makefileToJobTree
- makefileToJobTree(options: { filePath?: string; targets?: string[] }): Promise<Set<Job>>
-
Parameters
-
options: { filePath?: string; targets?: string[] }
-
Optional filePath?: string
-
Optional targets?: string[]
Returns Promise<Set<Job>>
the tree's root jobs.
Constructs a DAG of Jobs from a makefile.
The makefile mustn't include phony rules.