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