index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
targets
/
INTERMEDIATE
/
t008
/
mk
1
2
all: foo
3
foo.a: ; touch $@
4
%: %.a ; touch $@
5
.INTERMEDIATE: foo.a