index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
kati
/
dot_rule
/
test
/
mk
1
# Rules start with dots cannot be the first rule.
2
.foo:
3
echo FAIL
4
5
test:
6
echo PASS