Multiline

The backslash ("") character gives us the ability
to use multiple lines when the commands are too
long

some_file: 
	echo This line is too long, so \
		it is broken up into multiple lines