shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
variables
/
negative
/
t003
/
mk
1
2
foo = bar
3
x = $(foo
4
y = $x
5
6
z := $y
7
8
all: ; @echo $y