added missing lib into SRC_LOGGER's path
This commit is contained in:
parent
b1b8b97c29
commit
fc997cd047
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnu
|
|||||||
# Source Code
|
# Source Code
|
||||||
SRC_CORE=./src/core/lib/*.c
|
SRC_CORE=./src/core/lib/*.c
|
||||||
SRC_CORE_APP=./src/core/app/*.c
|
SRC_CORE_APP=./src/core/app/*.c
|
||||||
SRC_LOGGER=./src/logger/*.c
|
SRC_LOGGER=./src/logger/lib/*.c
|
||||||
|
|
||||||
INCLUDE_DIR=./include
|
INCLUDE_DIR=./include
|
||||||
INCLUDE_CORE=$(INCLUDE_DIR)/*.h
|
INCLUDE_CORE=$(INCLUDE_DIR)/*.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user