made LIBS_LOGGER more variable
This commit is contained in:
parent
ff1b95748c
commit
cf68d52e4c
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ LIBS_CORE=-ljson-c -lcurl -lgit2
|
|||||||
LIB_CORE=-lwhy2
|
LIB_CORE=-lwhy2
|
||||||
|
|
||||||
TEST_LOGGER=./src/logger/lib/test/main.c
|
TEST_LOGGER=./src/logger/lib/test/main.c
|
||||||
LIBS_LOGGER=-lwhy2
|
LIBS_LOGGER=$(LIB_CORE)
|
||||||
LIB_LOGGER=-lwhy2-logger
|
LIB_LOGGER=-lwhy2-logger
|
||||||
|
|
||||||
# Install Files
|
# Install Files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user