CHDR	= Recv.h Send.h
C++-SRC	= Main.cc Recv.cc Send.cc
TARGET	= main

DEBUG=-g

C++FLAGS :=${C++FLAGS} -DNO_IO
include ../GNUmakefile.common
