blob: 26c0c2a2a39f713beceadde518a110b2b2f7a831 [file] [log] [blame]
foo=FOO
C ?= $(foo) $(bar)
test:
echo "$(C)"
bar=BAR