blob: 456230dbe6708a9ba9136c7a222eff38ea36e28f [file] [log] [blame]
$(shell touch ../foo)
foo = $(realpath ../foo)
bar = $(realpath ../bar)
foofoo = $(realpath ../foo ../foo)
foobar = $(realpath ../foo ../bar)
test:
echo $(foo)
echo $(bar)
echo $(foofoo)
echo $(foobar)