main
1 2all: hello 3%: %.c; $(info $<) 4%: %.f; $(info $<) 5.DEFAULT:; @$(info $@) testhelp fail 1 6unrelated: hello.c