diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-16 16:46:55 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-16 16:46:55 +0100 |
commit | a67bc79504a399ad0194d104aa250725bf6280b1 (patch) | |
tree | 11baea826121a1295b48fd084357577b7d0dbfac /Makefile | |
parent | Added bonus rule (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |