aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-04 22:12:28 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-04 22:12:28 +0100
commita7ed94daa9342fdfeb4807bf512f70d5c16dc88c (patch)
treea961c1bfe66342d64352fe029090d7af40607110 /Makefile
parentquick af (diff)
download42-cub3d-a7ed94daa9342fdfeb4807bf512f70d5c16dc88c.tar.gz
42-cub3d-a7ed94daa9342fdfeb4807bf512f70d5c16dc88c.tar.bz2
42-cub3d-a7ed94daa9342fdfeb4807bf512f70d5c16dc88c.tar.xz
42-cub3d-a7ed94daa9342fdfeb4807bf512f70d5c16dc88c.tar.zst
42-cub3d-a7ed94daa9342fdfeb4807bf512f70d5c16dc88c.zip
Weird bug fix
Diffstat (limited to 'Makefile')
-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