mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 17:26:11 +00:00
Version 1
This commit is contained in:
parent
d6d976322e
commit
7dbcd25afb
6
makefile
6
makefile
@ -16,9 +16,9 @@ includedir?=$(prefix)/include
|
|||||||
|
|
||||||
# Program & versioning information
|
# Program & versioning information
|
||||||
PROGN=g810-led
|
PROGN=g810-led
|
||||||
MAJOR=0
|
MAJOR=1
|
||||||
MINOR=2
|
MINOR=
|
||||||
MICRO=4
|
MICRO=
|
||||||
|
|
||||||
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
CFLAGS+=-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