main
1 2 3.PHONY: lib/bye.1 lib/bye.2 4all: lib/bye.x 5lib/bye.x: %.x: $(firstword %.1) $(firstword %.2); $(info $@ from $^)