main
1 2vpath hello.c src 3all: hello.c; $(info $@ from $^) 4hello.c: ; $(info 1 $@) 5src/hello.c: ; $(info 2 $@)