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