CHDR	= Main.h Customer.h  Gen.h
C++-SRC	= Main.cc Customer.cc Gen.cc
TARGET	= main

C++FLAGS =  -g

include ../GNUmakefile.common
