CFLAGS=-O0 -g -Wall -Wshadow -Werror all: gcc -o pksock -O0 -g -Wall main.c -Wshadow -Werror library: gcc -o libpksock.so binary: