aboutsummaryrefslogtreecommitdiff
path: root/testcase/err_suffixes.mk
blob: 2ac6d09da820e166eee0ee348e885150cf364ced (plain)
1
2
3
4
5
6
7
8
9
10
# TODO: Fix

test1:
	touch a.src

test2: a.out

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