aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 16:25:11 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 16:25:11 +0100
commit4f207400fd8e6724d321b6f2fa79fba5f16f9d59 (patch)
tree3896037d8a5938044bd6b6d49a18ad6305b948f0 /Makefile
parentAdded libbsd to linux Makefile (diff)
parentready to merge (diff)
download42-cub3d-4f207400fd8e6724d321b6f2fa79fba5f16f9d59.tar.gz
42-cub3d-4f207400fd8e6724d321b6f2fa79fba5f16f9d59.tar.bz2
42-cub3d-4f207400fd8e6724d321b6f2fa79fba5f16f9d59.tar.xz
42-cub3d-4f207400fd8e6724d321b6f2fa79fba5f16f9d59.tar.zst
42-cub3d-4f207400fd8e6724d321b6f2fa79fba5f16f9d59.zip
Merge branch 'better_parse'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f0b1427..f7f9c1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
default: all
+
#==================================================================================================#
#-------------------------------------------- Shell -----------------------------------------------#
#==================================================================================================#
@@ -51,6 +52,7 @@ SRCS_NAME += ft_init_s_ray.c
SRCS_NAME += ft_init_map.c
SRCS_NAME += ft_tex_init.c
SRCS_NAME += ft_detect.c
+SRCS_NAME += ft_check_ext.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#