From 2e47298639b3e4971e2a7b35d50b57340276435b Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 21:39:44 +0200 Subject: Disabling previous work temporarily to focus on the algorithm --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d79214..99f2709 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/03 20:14:50 by cacharle #+# #+# # -# Updated: 2020/02/22 11:24:58 by cacharle ### ########.fr # +# Updated: 2020/07/27 15:01:57 by charles ### ########.fr # # # # **************************************************************************** # @@ -14,7 +14,7 @@ RM = rm -f MAKE = make LIBFT_DIR = libft -INCLUDE_DIR = include +INCLUDE_DIR = inc SRC_DIR = src OBJ_DIR = obj -- cgit