CC=gcc CFLAGS=-fPIC -I../../lib OBJ=../chanop.so main: $(CC) -shared -o $(OBJ) $(CFLAGS) ./chanop.c @echo "All Done!"