added TODO to testLogger rule
This commit is contained in:
parent
d1620de0c3
commit
0a45dea3dc
2
Makefile
2
Makefile
@ -90,7 +90,7 @@ testCore:
|
|||||||
$(CC) $(CFLAGS) $(TEST_CORE) -o $(OUTPUT_TEST_CORE) $(LIB_CORE)
|
$(CC) $(CFLAGS) $(TEST_CORE) -o $(OUTPUT_TEST_CORE) $(LIB_CORE)
|
||||||
|
|
||||||
testLogger:
|
testLogger:
|
||||||
$(CC) $(CFLAGS) $(TEST_LOGGER) -o $(OUTPUT_TEST_LOGGER) $(LIB_CORE) $(LIB_LOGGER)
|
$(CC) $(CFLAGS) $(TEST_LOGGER) -o $(OUTPUT_TEST_LOGGER) $(LIB_CORE) $(LIB_LOGGER) # TODO REMOVE LIB_CORE SOMEHOW
|
||||||
|
|
||||||
appCore:
|
appCore:
|
||||||
$(CC) $(CFLAGS) $(SRC_CORE_APP) -o $(OUTPUT_APP_CORE) $(LIB_CORE)
|
$(CC) $(CFLAGS) $(SRC_CORE_APP) -o $(OUTPUT_APP_CORE) $(LIB_CORE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user