Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Controller/MakefileToJobTree

Index

Functions

Functions

makefileToJobTree

  • makefileToJobTree(options: { filePath?: string; targets?: string[] }): Promise<Set<Job>>
  • Constructs a DAG of Jobs from a makefile.

    The makefile mustn't include phony rules.

    Parameters

    • options: { filePath?: string; targets?: string[] }

      an object containing options for running make.

      • Optional filePath?: string
      • Optional targets?: string[]

    Returns Promise<Set<Job>>

    the tree's root jobs.

Generated using TypeDoc