From cb83214f90c0b562bde96eac3c9732756467091c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 8 Feb 2023 18:38:46 +0100 Subject: [PATCH] removed Makefile TODO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33f5892..b142e11 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ testCore: $(CC) $(CFLAGS) $(TEST_CORE) -o $(OUTPUT_TEST_CORE) $(LIB_CORE) testLogger: - $(CC) $(CFLAGS) $(TEST_LOGGER) -o $(OUTPUT_TEST_LOGGER) $(LIB_CORE) $(LIB_LOGGER) # TODO REMOVE LIB_CORE SOMEHOW + $(CC) $(CFLAGS) $(TEST_LOGGER) -o $(OUTPUT_TEST_LOGGER) $(LIB_CORE) $(LIB_LOGGER) appCore: $(CC) $(CFLAGS) $(SRC_CORE_APP) -o $(OUTPUT_APP_CORE) $(LIB_CORE)