index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
variables
/
flavors
/
t008
/
mk
1
2
bar = Goodbye
3
foo::=$(bar)
4
bar = ${ugh}
5
ugh = Hello
6
all: ; @echo $(foo)