xref
: /
build
/
kati
/
testcase
/
rule_in_var.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
RULE
=
foo
:
2
3
test
:
foo
4
5
$(
RULE
)
6
echo
OK
7