all:
	g++ -pthread -std=c++11 -I../include -o demo demo.cpp
clean:
	rm -f demo
