shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
options
/
dash-B
/
t003
/
mk
1
2
.SUFFIXES:
3
4
.PHONY: all
5
all: foo
6
7
foo: bar.x
8
@echo cp $< $@
9
@echo "" > $@