Added makefile

This commit is contained in:
Pranav Srinivas KumaR
2019-12-04 18:55:42 -06:00
parent df27130f31
commit 7bdf254f63

4
samples/Makefile Normal file
View File

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