aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-18 22:21:29 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-18 22:21:29 +0100
commit8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d (patch)
treeeaf3adca241ec77c8af19adbfdf5871e305c6d01 /Makefile
parentWorks fine (diff)
download42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.gz
42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.bz2
42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.xz
42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.zst
42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.zip
ok bav
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 476ed6b..33a509d 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ SRCS_NAME += ft_get_fps_count.c
SRCS_NAME += ft_get_heal_spawn.c
SRCS_NAME += ft_draw_heals.c
SRCS_NAME += ft_draw_heals_extra.c
+SRCS_NAME += ft_find_item.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#