aboutsummaryrefslogtreecommitdiff
path: root/testcase/basic_dep.mk
blob: 4f9acb09af9fdc547a133ffd396486d5e618a5e8 (plain)
1
2
3
4
5
6
7
8
test1: foo
	echo test1

test2: foo
	echo test2

foo:
	echo foo > $@