created SRC_LOGGER & INCLUDE_LOGGER

This commit is contained in:
Václav Šmejkal 2022-11-18 16:20:01 +01:00
parent a6c06471d4
commit 738c84af8d
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -5,8 +5,12 @@ 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
INCLUDE_DIR=./include
INCLUDE_CORE=$(INCLUDE_DIR)/*.h
INCLUDE_LOGGER=$(INCLUDE_DIR)/logger/*.h
TEST=./src/lib/test/main.c
LIBS=-ljson-c -lcurl -lgit2