# Make file for the mail reader program INC-FILES = rqfile.h init_rec.h msg: msg.o putchr.o; cc -o msg msg.o putchr.o msg.o: $(INC-FILES) putchr.o: