removed Makefile TODO
This commit is contained in:
parent
049cdbef98
commit
cb83214f90
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) # TODO REMOVE LIB_CORE SOMEHOW
|
$(CC) $(CFLAGS) $(TEST_LOGGER) -o $(OUTPUT_TEST_LOGGER) $(LIB_CORE) $(LIB_LOGGER)
|
||||||
|
|
||||||
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