aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/dot_rule.mk
blob: 17dd09e5da9da3dcc9d29f23e1fa9ca57240336a (plain)
1
2
3
4
5
6
# Rules start with dots cannot be the first rule.
.foo:
	echo FAIL

test:
	echo PASS