Makefile文件  |  11行  |  99 B

# TODO: Fix

test1:
	touch a.src

test2: a.out

# This isn't in .SUFFIXES.
.src.out:
	echo $< > $@