diff options
Diffstat (limited to '')
-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}) #--------------------------------------------------------------------------------------------------# |