shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
variables
/
define
/
t019
/
mk
1
2
foo = echo foo
3
4
define bar
5
define foo
6
echo bar
7
endef
8
endef
9
10
all:;@$(foo)