mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-08 13:38:52 +08:00
5 lines
79 B
Makefile
5 lines
79 B
Makefile
all:
|
|
g++ -pthread -std=c++11 -I../include -o demo demo.cpp
|
|
clean:
|
|
rm -f demo
|