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