Creates a custom Makefile entry

Usage

make_text(...)

Arguments

...
[character] Custom text

Value

An object of class MakefileR_text

Description

For anything else not covered by the other make_ functions, such as the export statement for exporting Makefile variables.

Details

Use the c function or the + operator to append comments to groups and Makefiles.

Examples

make_text("export SOME_VARIABLE")
export SOME_VARIABLE

See also

Other items: make_comment, make_def, make_group, make_rule