aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/include.mk
blob: 13849dcfcdb4e24c5d6ede6dcd0c5bb65cee6213 (plain)
1
2
3
4
5
6
7
8
9
test1:
	echo "foo: bar" > foo.d

test2: foo

bar:
	echo OK

 -include foo.d missing.d