diff options
| author | Dominik Kaiser | 2024-04-29 16:29:35 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-04-29 16:29:35 +0200 |
| commit | ee25ab14caeb40f66a5e70af92e34de73bd245fa (patch) | |
| tree | 40434685f382ae68f0d564d6d80982c9ff07fce7 /Makefile | |
| parent | 44f49e00f6362c559ee575cc96bb46ffe56bf08c (diff) | |
| download | libft-ee25ab14caeb40f66a5e70af92e34de73bd245fa.tar.gz libft-ee25ab14caeb40f66a5e70af92e34de73bd245fa.zip | |
Add ft_atol.c
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
