index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
features
/
suffixrules
/
t014
/
mk
1
2
all: hello.o
3
.SUFFIXES:
4
.c.o:; $(info $@ user defined .c.o rule)