From a7ed94daa9342fdfeb4807bf512f70d5c16dc88c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 4 Feb 2020 22:12:28 +0100 Subject: Weird bug fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f4eee6..5a9900b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ MLX_DIR = libmlx/ #==============================================================================# INCS = cub3d.h #------------------------------------------------------------------------------# -SRCS_NAME = main.c +SRCS_NAME = main.c SRCS_NAME += ft_init_lists.c SRCS_NAME += ft_key_events.c SRCS_NAME += ft_exit.c -- cgit v1.2.3