index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
shin
/
suffixrules
/
t001
/
mk
1
.SUFFIXES: .o .c
2
3
all: x.o
4
5
.c.o:
6
@echo suffix-rule $<