diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-13 05:39:06 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-13 05:39:06 +0100 |
commit | a2ed84f6da6b5ca2226e2bbc5cc65e142810d8c6 (patch) | |
tree | 6fc0f9c1701cd729d65ca110c3c9a089c321a694 /Makefile | |
parent | I fucking love it (diff) | |
download | 42-cub3d-a2ed84f6da6b5ca2226e2bbc5cc65e142810d8c6.tar.gz 42-cub3d-a2ed84f6da6b5ca2226e2bbc5cc65e142810d8c6.tar.bz2 42-cub3d-a2ed84f6da6b5ca2226e2bbc5cc65e142810d8c6.tar.xz 42-cub3d-a2ed84f6da6b5ca2226e2bbc5cc65e142810d8c6.tar.zst 42-cub3d-a2ed84f6da6b5ca2226e2bbc5cc65e142810d8c6.zip |
New sfx, clean exit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |