main shinobi / tests / mk / gnu / features / implicit_search / t023 / mk
1
2all: hello.o
3%.o: %.c hello.c; $(info hello.c)
4%.o: %.f; $(info hello.f)