aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/realpath.mk
blob: 8afb791abd4e9e17d0e154e97201f8836010e10e (plain)
1
2
3
4
5
6
7
8
9
foo = $(realpath ./foo)
bar = $(realpath ./bar)

test: foo
	echo $(foo)
	echo $(bar)

foo:
	touch foo