@@ -2,8 +2,10 @@ CC=g++
CFLAGS=
LDFLAGS=-lusb-1.0
all: make bin/g810-led
all: bin/g810-led
make:
mkdir bin
bin/g810-led: src/main.cpp src/classes/*
$(CC) -o $@ $^ $(LDFLAGS)
The note is not visible to the blocked user.