From 87a799e174cceae70c81307f91d822784bd08eb9 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 17 Jun 2016 21:47:27 +0200 Subject: [PATCH] Update makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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