LIB = /usr/local/lib/mysymlink.so

all: $(LIB)

$(LIB): mysymlink.c
	gcc -O2 -fPIC -shared -o $(LIB) mysymlink.c
