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

update make file

This commit is contained in:
MatMoul 2016-06-13 01:06:56 +02:00
parent 2f3783d2b9
commit 7db5c2a8e4

View File

@ -1,10 +1,11 @@
CC=g++
CFLAGS=
LDFLAGS=-lusb-1.0
LDFLAGS=-std=gnu++11 -lusb-1.0
all: make bin/g810-led
make:
rm -rf bin
mkdir bin
bin/g810-led: src/main.cpp src/classes/*