make_text {MakefileR}R Documentation

Creates a custom Makefile entry

Description

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

Usage

make_text(...)

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

make_text("export SOME_VARIABLE")


[Package MakefileR version 1.0 Index]