CC = gcc CFLAGS = -std=c99 -pedantic -Wall -g3 TodoDynamic: todo_with_list.o string_util.o task.o todo_list_dynamic.o ${CC} ${CFLAGS} -o $@ $^