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