shinobi
/ tree
summary
|
tree
|
log
|
refs
main
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)