aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-15 02:15:01 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-15 02:15:01 +0100
commitb992ca41965edf663f99bae19a95d59f2fd1ed97 (patch)
tree5a2014c5f8a5db44012bd81f5e6792170d7a55b1 /Makefile
parentI need a macOS (diff)
download42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.tar.gz
42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.tar.bz2
42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.tar.xz
42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.tar.zst
42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.zip
okok
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 05f9828..4274a9b 100644
--- a/Makefile
+++ b/Makefile
@@ -92,8 +92,9 @@ SRCS_NAME += ft_draw_life_bar.c
SRCS_NAME += ft_del_extra_sprites.c
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_sfx_pain.c
+SRCS_NAME += ft_sfx_trap.c
SRCS_NAME += ft_death_screen.c
SRCS_NAME += ft_death_hooks.c
#--------------------------------------------------------------------------------------------------#
@@ -128,7 +129,6 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
-CFLAGS += -pthread
#--------------------------------------------------------------------------------------------------#
ifdef ASAN
CFLAGS += ${DEBUG}