From ee25ab14caeb40f66a5e70af92e34de73bd245fa Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 29 Apr 2024 16:29:35 +0200 Subject: Add ft_atol.c --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4cddb3c..907d439 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,8 @@ SRC_FILES = ft_atoi.c \ ft_printhex.c \ ft_printaddr.c \ get_next_line.c \ - get_next_line_utils.c + get_next_line_utils.c \ + ft_atol.c OBJ_FILES = $(SRC_FILES:.c=.o) -- cgit v1.2.3