1 2 3 4 5 6 7 8
#T grep-for: "dotslash-built" .PHONY: $(dir foo) all: $(dir foo) @echo TEST-PASS $(dir foo): @echo dotslash-built