all : test

test : test.c
	gcc -Wall -pthread test.c -o test
