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