1test1:
2	echo "foo: bar" > foo.d
3
4test2: foo
5
6bar:
7	echo OK
8
9 -include *.d
10