make_text: Creates a custom Makefile entry

Description Usage Arguments Details Value References See Also Examples

Description

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

Usage

1

Arguments

...

[character]
Custom text

Details

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

Value

An object of class MakefileR_text

References

https://www.gnu.org/software/make/manual/

See Also

Other items: make_comment, make_def, make_group, make_rule

Examples

1
make_text("export SOME_VARIABLE")

MakefileR documentation built on May 1, 2019, 10:30 p.m.