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