index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
functions
/
shell
/
t012
/
mk
1
2
HI
=
$
(
shell
echo
hi
)
3
export
bad
=
$
(
HI
)
4
.
PHONY
:
all
5
all
:
;
:
$
(
HI
)