hello.c に main() が含まれており、utils.c で定義された関数を呼び出している場合、Makefile はどのソースファイルをコンパイルする必要がありますか?
hello.c
main()
utils.c
utils.c のみ
hello.c と utils.c
hello.c のみ
C ソースファイルとしての Makefile と hello.o
Makefile
hello.o