github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/err_suffixes.mk (about) 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 $< > $@