all:
	g++ -Wall -Wextra chains.cc NetSock.cpp -o out/chains -ldl -pthread -lpthread
	strip out/chains

