index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
kati
/
trim_leading_curdir
/
default
/
mk
1
all: foo.bar
2
3
./foo.bar: ./%.bar: ./%.baz
4
cp $< $@
5
6
./foo.baz:
7
touch $@