main shinobi / tests / mk / kati / multi_suffix_rule / test2 / mk
 1# Preparation: create foo.c
 2test1:
 3	touch foo.c
 4
 5# foo.o should match the suffix rule below.
 6test2: foo.o
 7
 8.c.o:
 9	echo PASS $@ $< $^
10
11.cc.o:
12	echo FAIL