1 2 3 4 5 6 7 8 9 10 11 12 13 14
# TODO(c): bar is built even if foo doesn't exist. VPATH=dir test: bar test1: mkdir dir touch dir/foo test2: bar bar: foo echo PASS