COBJ	= Main.o Recv.o Send.o
CHDR	= Recv.h Send.h
CSRC	= Main.cc Recv.cc Send.cc
TARGET	= main

include ../GNUmakefile.common
