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