main shinobi / tests / mk / gnu / features / implicit_search / t026 / mk
1
2all: hello.o
3%.o: %.c; $(info $<)
4%.o: %.f; $(info $<)
5.DEFAULT:; @$(info $@) testhelp fail 1
6unrelated: hello.c