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