all: myread.so
myread.so: myread.c
	gcc -fPIC -shared -o myread.so myread.c -I $ERL_ROOT/usr/include/
