# This is a single line comment in Makefile
# This is another single line comment
# with multiple lines
# of comments
# This is a comment before a target
:
# This is a comment before another target
: # This is a comment before a variable
VAR =
# This is a comment before a rule
: