OpenGrok
Cross Reference: dot_rule.mk
xref
: /
build
/
kati
/
testcase
/
dot_rule.mk
Home
|
History
|
Annotate
|
Download
|
only in
testcase
1
# Rules start with dots cannot be the first rule.
2
.foo:
3
echo FAIL
4
5
test:
6
echo PASS
7