aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dec560a..d63df4b 100644
--- a/Makefile
+++ b/Makefile
@@ -118,8 +118,10 @@ SRCS_NAME += ft_check_missing_defines.c
SRCS_NAME += ft_check_missing_sfx.c
SRCS_NAME += ft_del_tex.c
SRCS_NAME += ft_del_map.c
-SRCS_NAME += ft_del_lists.c
+SRCS_NAME += ft_del_sprites_lists.c
+SRCS_NAME += ft_del_sfx_cmd.c
SRCS_NAME += ft_get_spawns.c
+SRCS_NAME += ft_tex_num_init.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#