LDFLAGS = -lncurses
CFLAGS = -Wall -O2

serialmon: serialmon.c

clean:
	rm -f *.o core serialmon
