index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
variables
/
define
/
t021
/
mk
1
2
define foo
3
@echo foo
4
endef
5
6
all:;$(foo)