aboutsummaryrefslogtreecommitdiff
path: root/testcase/include_glob.mk
blob: bc6fc8aaf3133167ff75a9eb1897738d5a973244 (plain)
1
2
3
4
5
6
7
8
9
test1:
	echo "foo: bar" > foo.d

test2: foo

bar:
	echo OK

 -include *.d