CC = gcc CFLAGS = -std=c99 -pedantic -Wall SplitStruct: split_with_struct.o track_list.o ${CC} ${CFLAGS} -o $@ $^