fix: updated gnl include path and function names that caused compilation errors

This commit is contained in:
2025-10-17 08:54:38 +02:00
parent 00d19af02d
commit 83263bb269
4 changed files with 4 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ ft_printf:
GNL = get_next_line
GNL_REPO = https://github.com/sdevsantiago/get_next_line.git
GNL_PATH = $(LIB_PATH)/$(GNL)
GNL_INCLUDE_PATH = $(GNL_PATH)
GNL_INCLUDE_PATH = $(GNL_PATH)/include
GNL_BIN = $(GNL_PATH)/get_next_line.a
get_next_line: