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