mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-04-04 15:21:45 +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
|
||||
|
||||
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
|
||||
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
||||
LIBSRCS=src/classes/*.cpp src/classes/*.h
|
||||
APPSRCS=app/main.cpp app/*.cpp app/*.h
|
||||
LIBSRCS=src/*.cpp include/*.h
|
||||
|
||||
.PHONY: all bin debug clean setup install uninstall lib install-lib install-dev
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user