Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 294 Bytes

File metadata and controls

5 lines (4 loc) · 294 Bytes

pymakeutils

A collection of CLI utilities and actions to extract information from Makefiles:

  • list-make-prerequisites: List all prerequisites of a target (optionally recursively)
  • list-dependent-make-targets: List all targets that depend on a certain prerequisite (optionally recursively)