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 2017-04-14 02:45:14 +02:00
parent 468b133cf0
commit c986c7e2a9

View File

@ -16,9 +16,9 @@ includedir?=$(prefix)/include
# Program & versioning information # Program & versioning information
PROGN=g810-led PROGN=g810-led
MAJOR=0 MAJOR="0"
MINOR=1 MINOR="1"
MICRO=6 MICRO="7"
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
LIBSRCS=src/classes/*.cpp src/classes/*.h LIBSRCS=src/classes/*.cpp src/classes/*.h