shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
kati
/
basic_dep
/
test1
/
mk
1
test1: foo
2
echo test1
3
4
test2: foo
5
echo test2
6
7
foo:
8
echo foo > $@