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