
build:
	gcc -fPIC -shared -o libserial.so serial.c

test:
	gcc -o serial.out serial.c
