# Remove the comment mark on the following line to compile
# all the trace lines into mo

#CFLAGS=-O -DDEBUG
mo : mo.o split.o send.o transform.o
	cc -o mo mo.o split.o send.o transform.o
