index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
functions
/
shell
/
t006
/
mk
1
2
FOO = bar
3
OUT = $(shell echo $$FOO)
4
foo: ; @echo '$(OUT)'