shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
variables
/
append
/
t2312
/
mk
1
2
hello+=file
3
hello+=one
4
hello+=two
5
hello+=three
6
$(info $(hello))
7
all:; $(info $(hello))