Files
indicators/demo/Makefile
2019-12-04 20:04:00 -06:00

5 lines
79 B
Makefile

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