1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 17:26:11 +00:00

Update Make File

This commit is contained in:
MatMoul 2016-06-17 21:24:50 +02:00
parent c93f8beae8
commit 72dc2c0357

View File

@ -1,5 +1,6 @@
CC=g++ 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 LDFLAGS=-lusb-1.0
PROGN=g810-led PROGN=g810-led