COBJ	= Main.o Customer.o Server.o
CHDR	= Main.h Customer.h Server.h
CSRC	= Main.cc Customer.cc Server.cc
TARGET	= mm1

include ../GNUmakefile.common
