proj_flow.api.makefile
The proj_flow.api.makefile exposes simple makefile APIs, so extensions can easily provide run steps with multiple scripts being called.
- class proj_flow.api.makefile.Statement(rule: 'Rule', outputs: List[str], inputs: List[str], implicit_deps: List[str] = <factory>)
- class proj_flow.api.makefile.Rule