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

Update makefile

This commit is contained in:
MatMoul 2016-06-17 21:47:27 +02:00
parent 72dc2c0357
commit 87a799e174

View File

@ -1,6 +1,6 @@
CC=g++ CC=g++
# CFLAGS=-Wall -O2 -std=gnu++11 (Problem with this line) # CFLAGS=-Wall -O2 -std=gnu++11 (Problem with this line, g810-led -a ff0000, missing set key)
CFLAGS=-std=gnu++11 CFLAGS=-Wall -std=gnu++11
LDFLAGS=-lusb-1.0 LDFLAGS=-lusb-1.0
PROGN=g810-led PROGN=g810-led