From d7b6cf533585e91c92d1fcca0a9dac412cf55fac Mon Sep 17 00:00:00 2001 From: Kamil Strzempowicz Date: Wed, 31 Jan 2018 21:54:21 +0100 Subject: [PATCH] adjustments for makefile to new repo structure --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 019636d..dfef828 100644 --- a/makefile +++ b/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