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