aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 18:10:27 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 18:10:27 +0100
commita065577aeea93944fd8d582e720d7b01b89651b9 (patch)
treea73ad46865dfcfeef885c1f4fd635a477de8855b /Makefile
parentBetter map colors (diff)
download42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.tar.gz
42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.tar.bz2
42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.tar.xz
42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.tar.zst
42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.zip
Preparing music
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1af8b6a..9db2ba1 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,7 @@ SRCS_NAME += ft_convert_keycode.c
SRCS_NAME += ft_key_loop.c
SRCS_NAME += ft_draw_hud.c
SRCS_NAME += ft_draw_life_bar.c
+SRCS_NAME += ft_music.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#