aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 15:00:25 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 15:00:25 +0100
commit7a26634744e67c48eda6e7eb23241b9d37c62b5d (patch)
tree01ead6cd3f4d8edad1c854e9aade31b981ff7caa /Makefile
parentGood parse (diff)
download42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.gz
42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.bz2
42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.xz
42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.zst
42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.zip
Preparing to parse the darkness
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6a72280..3a0f6c1 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ SRCS_NAME += ft_get_path_nl.c
SRCS_NAME += ft_get_nlvl_pos.c
SRCS_NAME += ft_get_player_spawn.c
SRCS_NAME += ft_get_music.c
+SRCS_NAME += ft_get_darkness.c
SRCS_NAME += ft_set_minimap_scale.c
SRCS_NAME += ft_check_missing.c
SRCS_NAME += ft_check_not_found.c