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