best way to convert .c to .o in makefile code example Example: make file creation hello: hello.c ${CC} hello.c -o hello