diff --git a/makefile b/makefile index baa5b25..280f311 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ CC=g++ -# CFLAGS=-Wall -O2 -std=gnu++11 (Problem with this line) -CFLAGS=-std=gnu++11 +# CFLAGS=-Wall -O2 -std=gnu++11 (Problem with this line, g810-led -a ff0000, missing set key) +CFLAGS=-Wall -std=gnu++11 LDFLAGS=-lusb-1.0 PROGN=g810-led