main shinobi / tests / mk / gnu / features / targetvars / t010 / mk
1
2foo: FOO = foo
3bar: BAR = bar
4foo: bar
5bar: baz
6baz: ; @echo $(FOO) $(BAR)