created SRC_LOGGER & INCLUDE_LOGGER
This commit is contained in:
parent
a6c06471d4
commit
738c84af8d
4
Makefile
4
Makefile
@ -5,8 +5,12 @@ 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
|
||||||
|
|
||||||
INCLUDE_DIR=./include
|
INCLUDE_DIR=./include
|
||||||
INCLUDE_CORE=$(INCLUDE_DIR)/*.h
|
INCLUDE_CORE=$(INCLUDE_DIR)/*.h
|
||||||
|
INCLUDE_LOGGER=$(INCLUDE_DIR)/logger/*.h
|
||||||
|
|
||||||
TEST=./src/lib/test/main.c
|
TEST=./src/lib/test/main.c
|
||||||
LIBS=-ljson-c -lcurl -lgit2
|
LIBS=-ljson-c -lcurl -lgit2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user