Learn R Programming

MakefileR (version 1.1.0)

make_comment: Creates a Makefile comment

Description

For helping the reader understand what's happening

Usage

make_comment(...)

Value

An object of class MakefileR_comment

Arguments

...

[character]
Comments without leading hash #

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_def(), make_group(), make_rule(), make_text()

Examples

Run this code
make_comment("This is a comment")

Run the code above in your browser using DataLab