diff --git a/Makefile b/Makefile index 67ab1e8..891d45c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnu # Source Code SRC_CORE=./src/core/lib/*.c SRC_CORE_APP=./src/core/app/*.c -SRC_LOGGER=./src/logger/*.c +SRC_LOGGER=./src/logger/lib/*.c INCLUDE_DIR=./include INCLUDE_CORE=$(INCLUDE_DIR)/*.h