aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/comment.mk
blob: 9313a48bd4ecd646504bf26815a6741c16b0e3eb (plain)
1
2
3
4
5
6
FOO=OK  # A comment
# A multiline comment \
FOO=fail

test:
	echo $(FOO)