index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
features
/
targetvars
/
t010
/
mk
1
2
foo: FOO = foo
3
bar: BAR = bar
4
foo: bar
5
bar: baz
6
baz: ; @echo $(FOO) $(BAR)