aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/join.mk
blob: cafe395c9f35a41ddde661f29b31ae46b076d1eb (plain)
1
2
3
4
5
6
foo:=$(join a b,.c .o)

# produces `a.c b.o'.
test:
	echo $(foo)