1# TODO: Fix 2 3test1: 4 touch a.src 5 6test2: a.out 7 8# This isn't in .SUFFIXES. 9.src.out: 10 echo $< > $@ 11