aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 18:04:38 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 18:04:38 +0100
commit50759fcc4f3b939ad35254ce220c206056f3f31e (patch)
treefd28f91d64ccefe142927eeaf9dc85e5719c3666 /Makefile
parentGood tweak (diff)
download42-cub3d-50759fcc4f3b939ad35254ce220c206056f3f31e.tar.gz
42-cub3d-50759fcc4f3b939ad35254ce220c206056f3f31e.tar.bz2
42-cub3d-50759fcc4f3b939ad35254ce220c206056f3f31e.tar.xz
42-cub3d-50759fcc4f3b939ad35254ce220c206056f3f31e.tar.zst
42-cub3d-50759fcc4f3b939ad35254ce220c206056f3f31e.zip
Fixed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48fc5d9..5eb7f84 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,6 @@ SRCS_NAME += ft_extra_keys.c
SRCS_NAME += ft_draw_verline.c
SRCS_NAME += ft_rgb_to_hex.c
SRCS_NAME += ft_hex_to_rgb.c
-SRCS_NAME += ft_darken_rgb.c
SRCS_NAME += ft_raycasting.c
SRCS_NAME += ft_init_s_ray.c
SRCS_NAME += ft_init_map.c