Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The backslash at the end of the last line used for defining multi-line variables in Makefile is used for escaping the newline character, indicating that the statement continues onto the next line. This allows for better readability and easier maintenance of Makefile scripts by avoiding long and unwieldy lines.