blob: 554628cfdce3bb1c2d197842395e18b4c792763b [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 pattern rule below.
6test2: foo.o
7
8foo.o: %.o: %.c
9 echo PASS