From b34688558a7b9d2b1f95c00a33197cdc017e8dc5 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 22 Mar 2020 16:58:26 +0100 Subject: Norm so far --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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}) #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3