xref
: /
build
/
kati
/
testcase
/
assign_after_tab.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# This is an assignment.
2
X
=
Y
3
4
FOO
=
test
:
5
6
# But this is a recipe.
7
$(
FOO
)
8
X
=$(
X
)
9