blob: 06e5418310cd720584b5e6f6f5d8672f5309a536 [file] [log] [blame]
test: foo.x
test2: all
.PHONY: FORCE
FORCE:
all: foo.y
echo $@ from $<
%.y: %.x FORCE
echo $@ from $<
foo.x:
touch foo.x