mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Added makefile
This commit is contained in:
4
samples/Makefile
Normal file
4
samples/Makefile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
all:
|
||||||
|
g++ -pthread -std=c++11 -I../include -o demo demo.cpp
|
||||||
|
clean:
|
||||||
|
rm -f demo
|
||||||
Reference in New Issue
Block a user