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

clean:
	rm -f worker
