Learn R Programming

MakefileR (version 1.1.0)

make_text: 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(...)

Value

An object of class MakefileR_text

Arguments

...

[character]
Custom text

Details

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

References

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

See Also

Other items: make_comment(), make_def(), make_group(), make_rule()

Examples

Run this code
make_text("export SOME_VARIABLE")

Run the code above in your browser using DataLab