aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/multiple_output_patterns.mk
blob: d003e7fe7d83dd54ec0367b0f3d063e769ed866b (plain)
1
2
3
4
5
6
7
8
9
10
11
test: foo.o

foo.o: %.o: %.c

foo.o: foo.%: bar.%

foo.o: foo.h
	cp $< $@

foo.h foo.c bar.o:
	touch $@