# # Makefile for many UNIX compilers using the # "standard" command name CC # CC=CC CFLAGS=-g read: read.cc $(CC) $(CFLAGS) -o read read.cc clean: rm read