#HOW-TO COMPILE librez.so / librez.a cc -c -I./include -Werror *.c ar -rcsv librez.a *.o cc -o librez.so -shared *.o