Files
indicators/samples/Makefile
Pranav Srinivas KumaR 7bdf254f63 Added makefile
2019-12-04 18:55:42 -06:00

5 lines
79 B
Makefile

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