OpenGrok
Cross Reference: crlf.mk
xref
: /
build
/
kati
/
testcase
/
crlf.mk
Home
|
History
|
Annotate
|
Download
|
only in
testcase
1
PASS := \
2
PASS \
3
PASS
4
5
test:
6
echo $(PASS)
7