aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-13 18:09:55 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-13 18:09:55 +0100
commit273459283c98b5f10814fdf74c74c2e6a13f10c0 (patch)
tree6959619028e32cb5452e7ca6b65cccf5a7ca0072 /Makefile
parentNew sfx, clean exit (diff)
download42-cub3d-273459283c98b5f10814fdf74c74c2e6a13f10c0.tar.gz
42-cub3d-273459283c98b5f10814fdf74c74c2e6a13f10c0.tar.bz2
42-cub3d-273459283c98b5f10814fdf74c74c2e6a13f10c0.tar.xz
42-cub3d-273459283c98b5f10814fdf74c74c2e6a13f10c0.tar.zst
42-cub3d-273459283c98b5f10814fdf74c74c2e6a13f10c0.zip
Not ideal
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d888ae1..32fc614 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,7 @@ 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_NAME += ft_sfx_footstep.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#