index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
functions
/
eval
/
t008
/
mk
1
2
define FOO
3
all: ; @echo 'he\llo'
4
@echo world
5
endef
6
$(eval $(FOO))