costofthread: costofthread.cpp
	c++ -O2 -std=c++11 -o costofthread costofthread.cpp -Wall  -lpthread

clean:
	rm -f costofthread
