aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 16:21:36 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 16:21:36 +0100
commit06ce772faa11c3ef38e00b85c56b6b195bf68c56 (patch)
treec77f9aaabb0d7c433dc2006dbc4f9a31fd101327 /Makefile
parentIt's going well (diff)
download42-cub3d-06ce772faa11c3ef38e00b85c56b6b195bf68c56.tar.gz
42-cub3d-06ce772faa11c3ef38e00b85c56b6b195bf68c56.tar.bz2
42-cub3d-06ce772faa11c3ef38e00b85c56b6b195bf68c56.tar.xz
42-cub3d-06ce772faa11c3ef38e00b85c56b6b195bf68c56.tar.zst
42-cub3d-06ce772faa11c3ef38e00b85c56b6b195bf68c56.zip
Stuff to fix but ok
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f03b60d..c78cff2 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,7 @@ SRCS_NAME += ft_draw_health_caption.c
SRCS_NAME += ft_draw_ammo_caption.c
SRCS_NAME += ft_draw_map_back.c
SRCS_NAME += ft_draw_ammo_back.c
+SRCS_NAME += ft_draw_ammo_bar.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#