diff --git a/samples/Makefile b/samples/Makefile new file mode 100644 index 0000000..57232d3 --- /dev/null +++ b/samples/Makefile @@ -0,0 +1,4 @@ +all: + g++ -pthread -std=c++11 -I../include -o demo demo.cpp +clean: + rm -f demo