aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cad4b1b..43e4283 100644
--- a/Makefile
+++ b/Makefile
@@ -107,6 +107,8 @@ SRCS_NAME += ft_draw_heals_extra.c
SRCS_NAME += ft_find_item.c
SRCS_NAME += ft_tex_weap_init.c
SRCS_NAME += ft_get_weapon_spawn.c
+SRCS_NAME += ft_draw_weapons.c
+SRCS_NAME += ft_draw_weapons_extra.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#