stdu : stdu.o intmath.o intmath.h config-parser.h config-parser.o formatting.o \ formatting.h cc -g -o stdu stdu.o intmath.o config-parser.o formatting.o stdu.o : stdu.c cc -g -c stdu.c formatting.o : formatting.h formatting.c intmath.h intmath.c minitest.h cc -g -c formatting.c intmath.o : intmath.c minitest.h intmath.h cc -g -c intmath.c config-parser.o : config-parser.c config-parser.h minitest.h cc -g -c config-parser.c tests : tests.c minitest.h intmath.c config-parser.c formatting.c cc -g -o tests tests.c test : tests ./tests clean : rm stdu stdu.o intmath.o tests config-parser.o formatting.o