summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)