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