blob: cecddfb772de31cc64f43e8e998ea30a5399a418 [file] [log] [blame]
# Preparation: create foo.c
test1:
touch foo.c
# foo.o should match the suffix rule below.
test2: foo.o
.c.o:
echo PASS