I want to make cUnit tests on my .h file and my .o file.
I did as follows:
# build an executable named myprog from myprog.c CC=gcc all: $(CC)