OPT = -Wall -DDEBUG_LEVEL=1

serial.o:	serial.c serial.h Makefile
	gcc ${OPT} -c $<

t:	t.c serial.o Makefile
	gcc ${OPT}  $< serial.o -o $@