main shinobi / tests / mk / gnu / variables / flavors / t006 / mk
1
2ugh = Goodbye
3bar = ${ugh}
4foo ?= $(bar)
5ugh = Hello
6all: ; @echo $(foo)