CC = gcc CFLAGS = -ansi -pedantic-errors cat : main.o cfn.o cfd.o gcc -o cat main.o cfn.o cfd.o clean : rm -f -- cat *.o