@@ -1,10 +1,11 @@
CC=g++
CFLAGS=
LDFLAGS=-lusb-1.0
LDFLAGS=-std=gnu++11 -lusb-1.0
all: make bin/g810-led
make:
rm -rf bin
mkdir bin
bin/g810-led: src/main.cpp src/classes/*
The note is not visible to the blocked user.