1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 09:16: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++ CC=g++
CFLAGS= CFLAGS=
LDFLAGS=-lusb-1.0 LDFLAGS=-std=gnu++11 -lusb-1.0
all: make bin/g810-led all: make bin/g810-led
make: make:
rm -rf bin
mkdir bin mkdir bin
bin/g810-led: src/main.cpp src/classes/* bin/g810-led: src/main.cpp src/classes/*