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