xref
: /
build
/
kati
/
testcase
/
include_glob.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
test1
:
2
echo
"foo: bar"
>
foo.d
3
4
test2
:
foo
5
6
bar
:
7
echo
OK
8
9
-
include
*.
d
10