Makefile文件  |  8行  |  74 B

all: foo.bar

./foo.bar: ./%.bar: ./%.baz
	cp $< $@

./foo.baz:
	touch $@