aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 16:49:57 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 16:49:57 +0100
commit0fc1331cb4e576344451ae2151151bd2b36825a3 (patch)
tree3b9bbaffaea2ffc1634cd2899fbabaa7126e0006 /Makefile
parentMerge branch 'tex_fmoen' of gitlab.com into tex_fmoen (diff)
download42-cub3d-0fc1331cb4e576344451ae2151151bd2b36825a3.tar.gz
42-cub3d-0fc1331cb4e576344451ae2151151bd2b36825a3.tar.bz2
42-cub3d-0fc1331cb4e576344451ae2151151bd2b36825a3.tar.xz
42-cub3d-0fc1331cb4e576344451ae2151151bd2b36825a3.tar.zst
42-cub3d-0fc1331cb4e576344451ae2151151bd2b36825a3.zip
Solved HEAD conflicts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c437182..7c86a54 100644
--- a/Makefile
+++ b/Makefile
@@ -52,11 +52,8 @@ 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})
#--------------------------------------------------------------------------------------------------#