blob: 102278f9e837d08db0b28704aa7a754612a46a71 [file] [log] [blame]
all: foo.bar
./foo.bar: ./%.bar: ./%.baz
cp $< $@
./foo.baz:
touch $@