From a2ed84f6da6b5ca2226e2bbc5cc65e142810d8c6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 13 Mar 2020 05:39:06 +0100 Subject: New sfx, clean exit --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e003d49..d888ae1 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ SRCS_NAME += ft_draw_life_bar.c SRCS_NAME += ft_del_extra_sprites.c SRCS_NAME += ft_init_sfx.c SRCS_NAME += ft_sfx_trap.c +SRCS_NAME += ft_sfx_death.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3