xref
: /
build
/
kati
/
testcase
/
func_with_backslash.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
$(
info
$(
if
\
2
$(
X
),
FAIL
,
PASS
))
3
4
test
:
5
echo
OK
6