powered by
Helps separating similar rules.
make_group(..., .dots = NULL, sep = NULL)
An object of class MakefileR_group
MakefileR_group
[MakefileR] Items created by make_rule or other make_ functions
[MakefileR]
make_rule
make_
[list] Further rules in addition to ...
[list]
...
[character(1)] Separator between group items, NULL (the default) means no separator.
[character(1)]
NULL
Use the c function or the + operator to append groups to other groups and Makefiles (thus creating nested groups).
c
+
https://www.gnu.org/software/make/manual/
c.MakefileR_group
Other items: make_comment, make_def, make_rule, make_text
make_comment
make_def
make_text
makefile(make_rule("all", c("first_target", "second_target")))
Run the code above in your browser using DataLab