index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
options
/
dash-B
/
t002
/
mk
1
2
.SUFFIXES:
3
4
.PHONY: all
5
all: foo
6
7
foo: bar.x
8
@echo cp $< $@
9
@echo "" > $@