main shinobi / tests / mk / gnu / features / implicit_search / t086 / mk
1
2all: hello.tsk
3%.tsk: %.x; $(info $@)
4%.x:; $(flags)
5hello.x: flags:=true
6unrelated: hello.x