What is the Makefile Target `.c.o` for? August 2, 2023 by Tarik It’s an old-fashioned suffix rule. The more up-to-date way to do it is to use a pattern rule: %.o : %.c