blob: cafe395c9f35a41ddde661f29b31ae46b076d1eb [file] [log] [blame]
foo:=$(join a b,.c .o)
# produces `a.c b.o'.
test:
echo $(foo)