xref
: /
build
/
kati
/
testcase
/
basic_dep.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
test1
:
foo
2
echo
test1
3
4
test2
:
foo
5
echo
test2
6
7
foo
:
8
echo
foo
> $@
9