CC = gcc CFLAGS = -std=c99 -pedantic -Wall -g3 TodoLinked: todo_with_opaque.o string_util.o task.o todo_list_linked.o ${CC} ${CFLAGS} -o $@ $^