aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-16 16:46:55 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-16 16:46:55 +0100
commita67bc79504a399ad0194d104aa250725bf6280b1 (patch)
tree11baea826121a1295b48fd084357577b7d0dbfac /Makefile
parentAdded bonus rule (diff)
download42-cub3d-a67bc79504a399ad0194d104aa250725bf6280b1.tar.gz
42-cub3d-a67bc79504a399ad0194d104aa250725bf6280b1.tar.bz2
42-cub3d-a67bc79504a399ad0194d104aa250725bf6280b1.tar.xz
42-cub3d-a67bc79504a399ad0194d104aa250725bf6280b1.tar.zst
42-cub3d-a67bc79504a399ad0194d104aa250725bf6280b1.zip
Debug in progress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7bb5984..e950b00 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ SRCS_NAME += ft_sfx_trap.c
SRCS_NAME += ft_sfx_new_level.c
SRCS_NAME += ft_death_screen.c
SRCS_NAME += ft_death_hooks.c
+SRCS_NAME += ft_init_sprites.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#