diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 15:07:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 15:07:56 +0100 |
commit | 6a59f0977efc8a25f98fb35b381432484efa1289 (patch) | |
tree | ebdec6004f1fdbe33c66e81724734e331db5f896 /Makefile | |
parent | ok for now (diff) | |
download | 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.gz 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.bz2 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.xz 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.zst 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.zip |
Good start
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,7 +124,9 @@ SRCS_NAME += ft_get_spawns.c SRCS_NAME += ft_tex_num_init.c SRCS_NAME += ft_tex_sprites_extra_init.c SRCS_NAME += ft_draw_health_caption.c +SRCS_NAME += ft_draw_ammo_caption.c SRCS_NAME += ft_draw_map_back.c +SRCS_NAME += ft_draw_ammo_back.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |