mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06:11 +00:00
Version 0.3.0
This commit is contained in:
parent
7a23f23b66
commit
79aa3b278c
4
makefile
4
makefile
@ -17,8 +17,8 @@ includedir?=$(PREFIX)/include
|
|||||||
# Program & versioning information
|
# Program & versioning information
|
||||||
PROGN=g810-led
|
PROGN=g810-led
|
||||||
MAJOR=0
|
MAJOR=0
|
||||||
MINOR=2
|
MINOR=3
|
||||||
MICRO=9
|
MICRO=0
|
||||||
|
|
||||||
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
||||||
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
||||||
|
Loading…
Reference in New Issue
Block a user