diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 21:35:54 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 21:35:54 +0100 |
commit | d114d2571a3808eba1f0a5038ad862b790a96074 (patch) | |
tree | 8d2d4c19a2a8de61a253dc0a4fc2434a770470a6 /Makefile | |
parent | Merge branch 'better_sprites' (diff) | |
download | 42-cub3d-d114d2571a3808eba1f0a5038ad862b790a96074.tar.gz 42-cub3d-d114d2571a3808eba1f0a5038ad862b790a96074.tar.bz2 42-cub3d-d114d2571a3808eba1f0a5038ad862b790a96074.tar.xz 42-cub3d-d114d2571a3808eba1f0a5038ad862b790a96074.tar.zst 42-cub3d-d114d2571a3808eba1f0a5038ad862b790a96074.zip |
In progress
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,6 +101,9 @@ SRCS_NAME += ft_death_screen.c SRCS_NAME += ft_death_hooks.c SRCS_NAME += ft_init_sprites.c SRCS_NAME += ft_get_fps_count.c +SRCS_NAME += ft_get_heal_spawn.c +SRCS_NAME += ft_draw_heals.c +SRCS_NAME += ft_draw_heals_extra.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |