blob: 422773175fef721304609d0fc72a9dfbb06b33a4 [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 $@ $< $^