Description Usage Arguments Details Value
The function tries to identify all rules contained in a Makefile, returning a tidy data frame with a mapping between targets and dependencies. Each rule from the Makefile is thus transformed to give one row per dependency. The original Makefile rules are preserved in the columns <c2><b4>rule_id' and 'rule'.
1 | parse_makefile(makefile = "Makefile")
|
makefile |
A filename or file connection specifying the Makefile (Default: "Makefile") |
No attempt is made to fully parse the Makefile according to the GNU make specification. In particular, the following elements are ignored: imported files, commands, comments, variables.
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.