From 98816bb97e526aa828563a7983d7f7eb5629e17a Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 14 Oct 2020 23:22:30 -0500 Subject: [PATCH] Cleanup: there is no f_color library. The level 0 f_color sources only contain header files. --- level_2/fll_error/data/build/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_2/fll_error/data/build/settings b/level_2/fll_error/data/build/settings index f3a4c93..649ceed 100644 --- a/level_2/fll_error/data/build/settings +++ b/level_2/fll_error/data/build/settings @@ -19,7 +19,7 @@ build_compiler gcc build_indexer ar build_language c build_libraries -lc -build_libraries-individual -lfl_string -lf_color -lf_print -lf_file -lf_console -lf_utf -lf_memory +build_libraries-individual -lfl_string -lf_print -lf_file -lf_console -lf_utf -lf_memory build_sources_library error.c private-error.c build_sources_program build_sources_headers error.h error-common.h -- 1.8.3.1