1
0
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:
Kamil Strzempowicz 2018-01-31 21:54:21 +01:00
parent cea21604eb
commit d7b6cf5335

View File

@ -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