CC = gcc -Wall # we want to add something to the end of the variable CC += -g hello.o: hello.c hello_api.h $(CC) -c hello.c -o hello.o