blob: 422773175fef721304609d0fc72a9dfbb06b33a4 [file] [log] [blame]
Shinichiro Hamajia67d60c2015-03-31 23:17:32 +09001# 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:
Shinichiro Hamaji57aff982015-04-02 02:15:38 +09009 echo PASS $@ $< $^