aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 16:47:59 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 16:47:59 +0100
commit5c908cdcd9c09ee4e5656ddc62ca1153f630354a (patch)
treef9efc3e226ca87904cab92716c65b051b11c304d /Makefile
parentRemoved "vim" map (diff)
parentsmall but important changes (diff)
download42-cub3d-5c908cdcd9c09ee4e5656ddc62ca1153f630354a.tar.gz
42-cub3d-5c908cdcd9c09ee4e5656ddc62ca1153f630354a.tar.bz2
42-cub3d-5c908cdcd9c09ee4e5656ddc62ca1153f630354a.tar.xz
42-cub3d-5c908cdcd9c09ee4e5656ddc62ca1153f630354a.tar.zst
42-cub3d-5c908cdcd9c09ee4e5656ddc62ca1153f630354a.zip
Merge branch 'tex_fmoen' of gitlab.com into tex_fmoen
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f7f9c1e..c437182 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,11 @@ SRCS_NAME += ft_init_s_ray.c
SRCS_NAME += ft_init_map.c
SRCS_NAME += ft_tex_init.c
SRCS_NAME += ft_detect.c
+<<<<<<< HEAD
SRCS_NAME += ft_check_ext.c
+=======
+SRCS_NAME += ft_draw_textures.c
+>>>>>>> 8a89388d397b50f2c70cef05f8fa6cfa10cc213c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#