#
#		MYRYS ROVER COMMON CODE
#

COPT = -g -Wall -DDEBUG_LEVEL=0

protocol.o:	protocol.c protocol.h Makefile
	gcc -c $(COPT)  $< -o $@
 
