mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-04-04 23:31:48 +00:00
adjustments for makefile to new repo structure
This commit is contained in:
parent
cea21604eb
commit
d7b6cf5335
4
makefile
4
makefile
@ -21,8 +21,8 @@ MINOR=2
|
|||||||
MICRO=7
|
MICRO=7
|
||||||
|
|
||||||
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
||||||
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
APPSRCS=app/main.cpp app/*.cpp app/*.h
|
||||||
LIBSRCS=src/classes/*.cpp src/classes/*.h
|
LIBSRCS=src/*.cpp include/*.h
|
||||||
|
|
||||||
.PHONY: all bin debug clean setup install uninstall lib install-lib install-dev
|
.PHONY: all bin debug clean setup install uninstall lib install-lib install-dev
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user