From e51748b78bd082d3f781930ba9eba619f0342bf6 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 29 Jan 2020 16:41:06 +0100 Subject: Better error management --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f167cda..817049f 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ SRCS_NAME += ft_get_tex.c SRCS_NAME += ft_get_sprite.c SRCS_NAME += ft_get_colors.c # SRCS_NAME += ft_get_map.c +SRCS_NAME += ft_get_map_redo.c +SRCS_NAME += ft_check_missing.c # SRCS_NAME += ft_check_empty_line.c SRCS_NAME += ft_free_words.c SRCS_NAME += ft_map_error.c -- cgit v1.2.3