index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
features
/
patternrules
/
t073
/
mk
1
2
all: hello.x
3
%.x: b/%.q; $(info $@ from $<)
4
b/%.q:; @mkdir b; touch $@; chmod -w b
5