blob: 2ac6d09da820e166eee0ee348e885150cf364ced [file] [log] [blame]
Shinichiro Hamajicbe9f492015-11-30 16:39:35 +09001# TODO: Fix
2
3test1:
4 touch a.src
5
6test2: a.out
7
8# This isn't in .SUFFIXES.
9.src.out:
10 echo $< > $@