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