aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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