index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
kati
/
comment
/
test
/
mk
1
FOO=OK # A comment
2
# A multiline comment \
3
FOO=fail
4
5
test:
6
echo $(FOO)