all:
	g++ -O0 -g -lpthread load_test.c -o load_test
	g++ -O0 -g -lpthread load_server.c -o load_server
	g++ -O0 -g -lpthread stest.c -o stest
