aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 15:07:56 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 15:07:56 +0100
commit6a59f0977efc8a25f98fb35b381432484efa1289 (patch)
treeebdec6004f1fdbe33c66e81724734e331db5f896 /Makefile
parentok for now (diff)
download42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.gz
42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.bz2
42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.xz
42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.zst
42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.zip
Good start
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8762980..f03b60d 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,9 @@ SRCS_NAME += ft_get_spawns.c
SRCS_NAME += ft_tex_num_init.c
SRCS_NAME += ft_tex_sprites_extra_init.c
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 = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#