diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ SRCS_NAME += ft_init_lists.c SRCS_NAME += ft_key_events.c SRCS_NAME += ft_exit.c SRCS_NAME += ft_drawsquare.c -# SRCS_NAME += ft_parse_map.c +SRCS_NAME += ft_parse_map.c +SRCS_NAME += ft_get_res.c +SRCS_NAME += ft_map_error.c #------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #------------------------------------------------------------------------------# |