index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
functions
/
foreach
/
t004
/
mk
1
2
x = $(foreach ,1 2 3,a)
3
y := $x
4
5
all: ; @echo $y