xref
: /
build
/
kati
/
testcase
/
comment.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
FOO
=
OK
# A comment
2
# A multiline comment \
3
FOO
=
fail
4
5
test
:
6
echo
$(
FOO
)
7