diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 17:31:33 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 17:31:33 +0100 |
commit | 6f505e5f2144f637a5a73916da3b3b3719751003 (patch) | |
tree | 25d529624e4b863ec55dc51ade478ab6d168eed2 /Makefile | |
parent | Removed bloat (diff) | |
download | 42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.tar.gz 42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.tar.bz2 42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.tar.xz 42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.tar.zst 42-cub3d-6f505e5f2144f637a5a73916da3b3b3719751003.zip |
Trying death screen
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |