summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Kaiser2024-04-29 16:29:35 +0200
committerDominik Kaiser2024-04-29 16:29:35 +0200
commitee25ab14caeb40f66a5e70af92e34de73bd245fa (patch)
tree40434685f382ae68f0d564d6d80982c9ff07fce7 /Makefile
parent44f49e00f6362c559ee575cc96bb46ffe56bf08c (diff)
downloadlibft-ee25ab14caeb40f66a5e70af92e34de73bd245fa.tar.gz
libft-ee25ab14caeb40f66a5e70af92e34de73bd245fa.zip
Add ft_atol.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)