powered by
A Makefile consists of a list of rules, definition, comments and other items.
Makefile
makefile(..., .dots = NULL)
An object of class MakefileR_file
MakefileR_file
[MakefileR] Items created by make_rule or other make_ functions
[MakefileR]
make_rule
make_
[list] Further rules in addition to ...
[list]
...
Use the c function or the + operator to append rules, definitions, comments, plain text, and groups.
c
+
https://www.gnu.org/software/make/manual/
make_rule, make_def, make_comment, make_text, make_group, c.MakefileR_group
make_def
make_comment
make_text
make_group
c.MakefileR_group
makefile(make_rule("all", c("first_target", "second_target")))
Run the code above in your browser using DataLab