From 72dc2c035743b53c1de3f97bea69c178f6de0d6e Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 17 Jun 2016 21:24:50 +0200 Subject: [PATCH] Update Make File --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 6a24c9b..baa5b25 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,6 @@ CC=g++ -CFLAGS=-Wall -O2 -std=gnu++11 +# CFLAGS=-Wall -O2 -std=gnu++11 (Problem with this line) +CFLAGS=-std=gnu++11 LDFLAGS=-lusb-1.0 PROGN=g810-led