all:
	gcc -O0 -g -lpthread load_test.c -o load_test
	gcc -O0 -g -lpthread load_server.c -o load_server
