aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p6.le-101.fr>2020-03-05 16:09:00 +0100
committerRudy Bousset <rbousset@z2r5p6.le-101.fr>2020-03-05 16:09:00 +0100
commit3c330fb4947973c103a7da7df59e2ee334206446 (patch)
tree04b839ff7188cedebe8788d916042db74cf99cd8 /Makefile
parentGet normed (diff)
download42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.tar.gz
42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.tar.bz2
42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.tar.xz
42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.tar.zst
42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.zip
Tryna be dark
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 62a102e..cea6294 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ 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