aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc153b2..751935f 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@ SRCS_NAME += ft_init_sfx.c
SRCS_NAME += ft_sfx_death.c
SRCS_NAME += ft_sfx_trap.c
SRCS_NAME += ft_sfx_new_level.c
+SRCS_NAME += ft_death_screen.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#